Slapi_Valueset_Set_Valueset() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

vs
smod
Description
This function copies all of the values contained in a
Slapi_ValueSet
Memory Concerns
This function does not verify that the
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
See Also
slapi_valueset_done()

slapi_valueset_set_valueset()

Initializes a
Syntax
#include "slapi-plugin.h"
void slapi_valueset_set_valueset(Slapi_ValueSet *vs1,
const Slapi_ValueSet *vs2);
Parameters
This function takes the following parameters:
vs1
vs2
Pointer to the Slapi_ValueSet structure into which you wish
to copy the values.
Pointer to the Slapi_Mod structure from which you wish to
copy the values.
structure.
structure from another
Slapi_ValueSet
Pointer to the Slapi_ValueSet structure to which you wish to
set the values.
Pointer to the Slapi_ValueSet structure from which you wish
to copy the values.
Slapi_Mod
Slapi_ValueSet
slapi_valueset_done()
Slapi_ValueSet
Chapter 15
Functions for Handling Valueset
structure into a
structure already contains
.
structure.
Function Reference
533

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents