![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 196](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642196.webp)
Summary of Data Types and Structures
196
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Add a data value to an attribute
in an entry
slapi_entry_add_valueset()
Allocate memory for a entry
structure
slapi_entry_alloc()
Delete an attribute from an entry
slapi_entry_attr_delete()
Check if an entry contains a
specific attribute
slapi_entry_attr_find()
Get the first value as a string
slapi_entry_attr_get_charptr()
Get the values of a multi-valued
attribute of an entry
slapi_entry_attr_get_charray()
Get the first value as an integer
slapi_entry_attr_get_int()
Get the first value as a long.
slapi_entry_attr_get_long()
Get the first value as an unsigned
integer
slapi_entry_attr_get_uint()
Get the first value as an unsigned
long
slapi_entry_attr_get_ulong()
Check if an attribute in an entry
contains a value
slapi_entry_attr_has_syntax_value()
Adds an array to the attribute
values in an entry
slapi_entry_attr_merge_sv()
Replaces the values of an
attribute with a string
slapi_entry_attr_replace_sv()
Set the first value as a string
slapi_entry_attr_set_charptr())
Set the first value as an integer
slapi_entry_attr_set_int()
Set the first value as a long.
slapi_entry_attr_set_long()
Set the first value as an unsigned
integer
slapi_entry_attr_set_uint()
Set the first value as an unsigned
long
slapi_entry_attr_set_ulong()
Delete a string from an attribute.
slapi_entry_delete_string()
Removes a
Slapi_Value
array
from an attribute
slapi_entry_delete_values_sv()
Copy an entry, its DN, and its
attributes
slapi_entry_dup()
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...