![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 173](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642173.webp)
Summary of Data Types and Structures
Chapter
14
Data Type and Structure Reference
173
berval
Represents binary data that is encoded using simplified Basic Encoding Rules
(BER).
Syntax
typedef struct berval {
unsigned long bv_len;
char *bv_val;
}BerValue;
Parameters
This function has the following parameters:
Description
The
berval
data structure represents binary data that is encoded using simplified
Basic Encoding Rules (BER). The data and size of the data are included in a
berval
structure.
Slapi_Operation
Represents an operation pending from an
LDAP client.
Slapi_PBlock
Contains name-value pairs that you can
get or set for each LDAP operation.
Slapi_PluginDesc
Represents information about a server
plug-in.
Slapi_RDN
Represents the relative distinguished
name.
Slapi_UniqueID
Represents the unique identifier of a
directory entry.
Slapi_Value
Represents the value of the attribute in the
directory entry.
Slapi_ValueSet
Represents a set of
Slapi_Value
(or a list
of
Slapi_Value
).
bv_len
The length of the data.
bv_val
The binary data.
Data Types and Structures
Description
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...