Functions For Ldapmod Manipulation - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

SLAPI_PLUGIN_DESTROY_FN
responsible for freeing any memory allocated by this indexer factory function.
For example, memory allocated for a structure that you pass to the indexer
function using
For more information on filter index functions and indexer functions, see chapter
11, "Writing Matching Rule Plug-ins."

Functions for LDAPMod Manipulation

This section contains reference information on
Table 15-19 LDAPMod Manipulation Routines
Function
slapi_entry2mods()
slapi_mod_add_value()
slapi_mod_done()
slapi_mod_dump()
slapi_mod_free()
slapi_mod_get_first_value()
slapi_mod_get_ldapmod_byref()
slapi_mod_get_ldapmod_passout()
slapi_mod_get_next_value()
slapi_mod_get_num_values()
slapi_mod_get_operation()
slapi_mod_get_type()
slapi_mod_init()
slapi_mod_init_byref()
slapi_mod_init_byval()
slapi_mod_init_passin()
slapi_mod_isvalid()
should specify the name of the function
SLAPI_PLUGIN_OBJECT
Description
Creates an array of LDAPMod from a Slapi_Entry.
Adds a value to a Slapi_Mod structure.
Frees internals of Slapi_Mod structure.
Dumps the contents of an LDAPMod to the server log.
Frees a Slapi_Mod structure.
Initializes a Slapi_Mod iterator and returns the first attribute
value.
Gets a reference to the LDAPMod in a Slapi_Mod structure.
Retrieves the LDAPMod contained in a Slapi_Mod structure.
Increments the Slapi_Mod iterator and returns the next attribute
value.
Gets the number of values in a Slapi_Mod structure.
Gets the operation type of Slapi_Mod structure.
Gets the attribute type of a Slapi_Mod structure.
Initializes a Slapi_Mod structure.
Initializes a Slapi_Mod structure that is a wrapper for an existing
LDAPMod.
Initializes a Slapi_Mod structure with a copy of an LDAPMod.
Initializes a Slapi_Mod from an LDAPMod.
Determines whether a Slapi_Mod structure is valid.
Functions for LDAPMod Manipulation
.
manipulation routines.
LDAPMod
Chapter 15
Function Reference
393

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents