Slapi_Valueset - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Slapi_ValueSet

Represents a set of
Syntax
#include "slapi-plugin.h"
typedef struct slapi_value_set Slapi_ValueSet;
Description
Slapi_ValueSet
Slapi_Value
The following table summarizes the front-end API functions that you can call to
work with sets of
To ...
Add a Slapi_Value in the
Slapi_ValueSet structure.
Count the values in a value set.
Free the values contained in the
Slapi_ValueSet structure.
Find the value in a valueset using
the syntax of an attribute.
Get the first value of a
Slapi_ValueSet structure.
Free the specified
Slapi_ValueSet structure and its
members from memory.
Reset a Slapi_ValueSet
structure to no values.
Allocate a new Slapi_ValueSet
structure.
Get the next value from a
Slapi_ValueSet structure.
Add the changes in a modification
to a valueset.
Initialize a Slapi_ValueSet
structure from another
Slapi_ValueSet structure.
(or a list of
Slapi_Value
is the data type for an opaque structure that represents set of
(or a list of
Slapi_Value
.
Slapi_Value
Summary of Data Types and Structures
Slapi_Value
).
... Call this function
slapi_valueset_add_value()
slapi_valueset_count()
slapi_valueset_done()
slapi_valueset_find()
slapi_valueset_first_value()
slapi_valueset_free()
slapi_valueset_init()
slapi_valueset_new()
slapi_valueset_next_value()
slapi_valueset_set_from_smod()
slapi_valueset_set_valueset()
Chapter 14
Data Type and Structure Reference
).
223

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents