Functions for Handling Valueset
Parameters
This function takes the following parameter:
vs
Returns
This function returns the number of values contained in the
structure.
slapi_valueset_done()
Frees the values contained in the
Syntax
#include "slapi-plugin.h"
void slapi_valueset_done(Slapi_ValueSet *vs);
Parameters
This function takes the following parameter:
vs
Memory Concerns
Use this function when you are no longer using the values, but you want to re-use
the
Slapi_ValueSet
slapi_valueset_find()
Finds the value in a valueset using the syntax of an attribute.
Syntax
#include "slapi-plugin.h"
Slapi_Value *slapi_valueset_find(const Slapi_Attr *a,
const Slapi_ValueSet *vs, const Slapi_Value *v);
468
Netscape Directory Server Plug-In Programmer's Guide • January 2002
Pointer to the Slap_ValueSet structure of which you wish to
get the count.
Slapi_ValueSet
Pointer to the Slapi_ValueSet structure from which you wish
to free its values.
structure for a new set of values.
Slapi_ValueSet
structure.
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.01 - PLUG-IN and is the answer not in the manual?
Questions and answers