![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 203](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642203.webp)
Summary of Data Types and Structures
Chapter
14
Data Type and Structure Reference
203
See Also
LDAPMod
and
Slapi_Mod
Slapi_Mutex
Represents a mutually exclusive lock in the server plug-in.
Syntax
#include slapi-plugin.h
typedef struct slapi_mutex Slapi_Mutex;
Increment the
Slapi_Mods
iterator
and return the next mod wrapped
in a
Slapi_Mods
slapi_mods_get_next_smod()
Get the number of mods in a
Slapi_Mods
structure
slapi_mods_get_num_mods()
Initialize a
Slapi_Mods
slapi_mods_init()
Initialize a
Slapi_Mods
that is a
wrapper for an existing array of
LDAPMod
slapi_mods_init_byref()
Initialize a
Slapi_Mods
structure
from an array of
LDAPMod
slapi_mods_init_passin()
Insert an
LDAPMod
into a
Slapi_Mods
structure after the
current iterator position
slapi_mods_insert_after()
Insert an
LDAPMod
anywhere in a
Slapi_Mods
slapi_mods_insert_at()
Insert an
LDAPMod
into a
Slapi_Mods
structure before the
current iterator position
slapi_mods_insert_before()
Decrement the
Slapi_Mods
current iterator position
slapi_mods_iterator_backbone()
Allocate a new uninitialized
Slapi_Mods
structure.
slapi_mods_new()
Remove the mod at the current
Slapi_Mods
iterator position
slapi_mods_remove()
To do this...
Call this function
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...