Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 388

Table of Contents

Advertisement

Functions for LDAPMod Manipulation
Syntax
#include "slapi-plugin.h"
void slapi_mod_free(Slapi_Mod **smod);
Parameters
This function takes the following parameter:
smod
Description
This function frees a
See Also
slapi_mod_new()
slapi_mod_get_first_value()
Initializes a
Syntax
#include "slapi-plugin.h"
struct berval *slapi_mod_get_first_value(Slapi_Mod *smod);
Parameters
This function takes the following parameter:
smod
Returns
This function returns a pointer to the first attribute value in the
if no values exist.
Description
Use this function with
attribute values in a
388
Netscape Directory Server Plug-In Programmer's Guide • August 2002
Pointer to an initialized Slapi_Mod.
structure that was allocated by
Slapi_Mod
iterator and returns the first attribute value.
Slapi_Mod
Pointer to an initialized Slapi_Mod.
slapi_mod_get_next_value()
structure.
Slapi_Mod
slapi_mod_new()
, or
Slapi_Mod
to iterate through the
.
NULL

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents