Red Hat DIRECTORY SERVER 7.1 - PLUG-IN PROGRAMMERS Manual page 398

Table of Contents

Advertisement

Functions for LDAPMod Manipulation
Table 15-19 LDAPMod Manipulation Routines (Continued)
Function
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()
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()
396
Red Hat Directory Server Plug-in Programmer's Guide • May 2005
Description
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.
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.
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 7.1

Table of Contents