Summary of Data Types and Structures
Chapter
14
Data Type and Structure Reference
211
To do this...
Call this function
Compare a value
slapi_value_compare()
Duplicate a value
slapi_value_dup()
Free a
Slapi_Value
structure
from memory
slapi_value_free()
Get the
berval
structure of the
value
slapi_value_get_berval()
Convert the value of an integer
slapi_value_get_int()
Get the length of a value
slapi_value_get_int()
Get the actual length of the value
slapi_value_get_length()
Convert a value into a long integer
slapi_value_get_long()
Return the value as a string. The
value returned may not be
null-terminated.
slapi_value_get_string())
Convert the value into an unsigned
integer
slapi_value_get_uint()
Convert the value into an unsigned
long
slapi_value_get_ulong()
Initialize a
Slapi_Value
structure
with no values
slapi_value_init()
Initialize a
Slapi_Value
structure
from the
berval
structure
slapi_value_init_berval()
Initialize a
Slapi_Value
structure
from a string
slapi_value_init_string()
Initialize a
Slapi_Value
structure
with a value contained in a string
slapi_value_init_string_passin()
Allocate a new
Slapi_Value
structure
slapi_value_new()
Allocate a new
Slapi_Value
structure from a
berval
structure
slapi_value_new_berval()
Allocate a new
Slapi_Value
structure from a string
slapi_value_new_string()
Allocate a new
Slapi_Value
structure and initializes it from a
string
slapi_value_new_string_passin()
Содержание NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Страница 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Страница 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 26: ...Types of Directory Server Plug Ins 26 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 38: ...Compiling a Directory Server Plug In 38 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 54: ...An Example Pre Operation Plug In 54 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 90: ...Processing an LDAP Abandon Operation 90 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 110: ...Using SASL with an LDAP Client 110 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 122: ...Specifying Start and Close Functions 122 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 214: ...Summary of Data Types and Structures 214 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 554: ...Functions for Registering Additional Plug Ins 554 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 596: ...Parameters for the Virtual Attribute Service 596 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...