Functions for Setting Internal Operation Flags
232
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Returns
This function returns one of the following values:
•
0 if successful.
•
-1 if an error occurs. If -1 is returned, the
SLAPI_PLUGIN_INTOP_RESULT
field of
the parameter block should be consulted to determine the precise LDAP result
code.
Description
This function performs an internal search based on a parameter block. The
parameter block should be initialized by calling the
slapi_search_internal_set_pb()
function.
Memory Concerns
slapi_free_search_results_internal()
should be called to dispose of any
entires and other items that were allocated by a call to
slapi_search_internal_pb()
.
Functions for Setting Internal Operation Flags
This section contains reference information on routines for setting
internal-operation flags.
Table 15-4
Internal Operation Flag Routines
Function
Description
slapi_add_entry_internal_set_pb()
Sets up a parameter block so that it can be used by
slapi_add_internal_pb()
fo
r
an internal add operation.
slapi_add_internal_set_pb()
Sets up a parameter block so that it can be used by
slapi_add_internal_pb()
fo
r
an internal add operation; the entry
is constructed from a DN and a set of attributes.
slapi_delete_internal_set_pb()
Sets up a parameter block so that it can be used by
slapi_delete_internal_pb()
for an internal delete operation.
slapi_modify_internal_set_pb()
Sets up a parameter block so that it can be used by
slapi_modify_internal_pb()
for an internal modify operation.
slapi_rename_internal_set_pb()
Sets up a parameter block so that it can be used by
slapi_modrdn_internal_pb()
for an internal rename operation.
slapi_search_internal_set_pb()
Sets up a parameter block so that it can be used by
slapi_search_internal_pb()
for an internal search operation.
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...