43.11. slapi_valueset_set_from_smod()
#include "slapi-plugin.h" void slapi_valueset_set_from_smod(Slapi_ValueSet *vs, Slapi_Mod *smod);
This function takes the following parameters:
|
vs
| Pointer to the Slapi_ValueSet structure into which you wish to copy the values. |
|
smod
| Pointer to the Slapi_Mod structure from which you wish to copy the values. |
This function copies all of the values contained in a Slapi_Mod structure into a Slapi_ValueSet structure.
This function does not verify that the Slapi_ValueSet structure already contains values, so it is your responsibility to verify that there are no values prior to calling this function. If you do not verify this, the allocated memory space will leak. You can free existing values by calling slapi_valueset_done().

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.