![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 517](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642517.webp)
Functions for Handling Valueset
Chapter
15
Function Reference
517
Returns
This function returns the number of values contained in the
Slapi_ValueSet
structure.
slapi_valueset_done()
Frees the values contained in the
Slapi_ValueSet
structure.
Syntax
#include “slapi-plugin.h”
void slapi_valueset_done(Slapi_ValueSet *vs);
Parameters
This function takes the following parameter:
Memory Concerns
Use this function when you are no longer using the values, but you want to re-use
the
Slapi_ValueSet
structure for a new set of values.
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);
Parameters
This function takes the following parameters:
vs
Pointer to the
Slap_ValueSet
structure of which you wish to
get the count.
vs
Pointer to the
Slapi_ValueSet
structure from which you wish
to free its values.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...