Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 170

Table of Contents

Advertisement

Summary of Data Types and Structures
Slapi_CondVar
Represents a condition variable in the server plug-in.
Syntax
#include slapi-plugin.h
typedef struct slapi_condvar Slapi_CondVar;
Description
Slapi_CondVar
condition variable in the server plug-in.
Slapi_Entry
Represents an entry in the directory.
Syntax
typedef struct slapi_entry Slapi_Entry;
Description
Slapi_Entry
the directory. In certain cases, your server plug-in may need to work with an entry
in the directory.
The following table summarizes the front-end API functions that you can call to
work with entries.
To do this...
Allocate memory for a entry structure
Copy an existing entry structure
Free an entry structure from memory
Create an entry structure from an LDIF
description of the entry
Generate an LDIF description of an entry
from its entry structure
Get the DN of an entry
Set the DN of an entry
Get the string DN of an entry in a 'const'
context
170
Netscape Directory Server Plug-In Programmer's Guide • May 2002
is the data type for an opaque structure that represents a
is the data type for an opaque structure that represents an entry in
Call this function
slapi_entry_alloc()
slapi_entry_dup()
slapi_entry_free()
slapi_str2entry()
slapi_filter_free()
slapi_entry_get_dn()
slapi_entry_set_dn()
slapi_entry_get_dn_const()

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents