Berval - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Data Types and Structures
Slapi_Operation
Slapi_PBlock
Slapi_PluginDesc
Slapi_RDN
Slapi_UniqueID
Slapi_Value
Slapi_ValueSet

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:
bv_len
bv_val
Description
The
berval
Basic Encoding Rules (BER). The data and size of the data are included in a
structure.
The length of the data.
The binary data.
data structure represents binary data that is encoded using simplified
Summary of Data Types and Structures
Description
Represents an operation pending from an
LDAP client.
Contains name-value pairs that you can
get or set for each LDAP operation.
Represents information about a server
plug-in.
Represents the relative distinguished
name.
Represents the unique identifier of a
directory entry.
Represents the value of the attribute in the
directory entry.
Represents a set of Slapi_Value (or a list
of Slapi_Value).
Chapter 14
Data Type and Structure Reference
berval
183

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents