Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 384

Table of Contents

Advertisement

Functions for LDAPMod Manipulation
Table 15-19 LDAPMod Manipulation Routines (Continued)
Function
slapi_mod_new()
slapi_mod_remove_value()
slapi_mod_set_operation()
slapi_mod_set_type()
slapi_mods2entry()
slapi_mods_add()
slapi_mods_add_ldapmod()
slapi_mods_add_mod_values()
slapi_mods_add_modbvps()
slapi_mods_add_smod()
slapi_mods_add_string()
slapi_mods_done()
slapi_mods_dump()
slapi_mods_free()
slapi_mods_get_first_mod()
slapi_mods_get_first_smod()
slapi_mods_get_ldapmods_byref()
slapi_mods_get_ldapmods_passout()
slapi_mods_get_next_mod()
slapi_mods_get_next_smod()
slapi_mods_get_num_mods()
slapi_mods_init()
slapi_mods_init_byref()
384
Netscape Directory Server Plug-In Programmer's Guide • August 2002
Description
Allocates a new Slapi_Mod structure.
Removes the value at the current Slapi_Mod iterator position.
Sets the operation type of a Slapi_Mod structure.
Sets the attribute type of a Slapi_Mod.
Creates a Slapi_Entry from an array of LDAPMod.
Appends a new mod with a single attribute value to Slapi_Mods
structure.
Appends an LDAPMod to a Slapi_Mods structure.
Appends a new mod to a Slapi_Mods structure, with attribute
values provided as an array of Slapi_Value.
Appends a new mod to a Slapi_Mods structure, with attribute
values provided as an array of berval.
Appends a new smod to a Slapi_Mods structure
Appends a new mod to Slapi_Mods structure with a single
attribute value provided as a string.
Frees internals of a Slapi_Mods structure.
Dumps the contents of a Slapi_Mods structure to the server log.
Frees a Slapi_Mods structure.
Initializes a Slapi_Mods iterator and return the first LDAPMod.
Initializes a Slapi_Mods iterator and returns the first mod
wrapped in a Slapi_Mods structure.
Gets a reference to the array of LDAPMod in a Slapi_Mods
structure.
Retrieves the array of LDAPMod contained in a Slapi_Mods
structure.
Increments the Slapi_Mods iterator and return the next LDAPMod.
Increments the Slapi_Mods iterator and return the next mod
wrapped in a Slapi_Mods.
Gets the number of mods in a Slapi_Mods structure.
Initializes a Slapi_Mods.
Initializes a Slapi_Mods that is a wrapper for an existing array of
LDAPMod.
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents