Summary of Data Types and Structures
212
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
See Also
Slapi_ValueSet
Slapi_ValueSet
Represents a set of
Slapi_Value
(or a list of
Slapi_Value
).
Syntax
#include slapi-plugin.h
typedef struct slapi_value_set Slapi_ValueSet;
Description
Slapi_ValueSet
is the data type for an opaque structure that represents set of
Slapi_Value
(or a list of
Slapi_Value
).
The following table summarizes the front-end API functions that you can call to
work with sets of
Slapi_Value
.
Allocate anew
Slapi_Value
from
another
Slapi_Value
structure
slapi_value_new_value()
Set the value
slapi_value_set()
Copy the value from a
berval
structure into a
Slapi_Value
structure
slapi_value_set_berval()
Set the integer value of a
Slapi_Value
structure
slapi_value_set_int()
Copy a string into the value
slapi_value_set_string()
Set the value
slapi_value_set_string_passin()
Copy the value of a
Slapi_Value
structure into another
Slapi_Value
structure
slapi_value_set_value()
To do this...
Call this function
Add a
Slapi_Value
in the
Slapi_ValueSet
structure
slapi_valueset_add_value()
Count the values in a value set
slapi_valueset_count()
To do this...
Call this function
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...