Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 83

Table of Contents

Advertisement

Parameter ID
SLAPI_SEARCH_RESULT_SET
SLAPI_SEARCH_RESULT_ENTRY
SLAPI_SEARCH_RESULT_ENTRY_EXT
SLAPI_NENTRIES
SLAPI_SEARCH_REFERRALS
The "next entry" function should get the next result specified in the set of results in
the parameter
SLAPI_SEARCH_RESULT_SET
as the value of the
SLAPI_SEARCH_RESULT_ENTRY
block, and the "next entry" function should return 0 if successful.
The "next entry" function should set the
to NULL and return -1 if one of the following situations occurs:
The operation is abandoned (you can check this by calling the
slapi_op_abandoned()
The time limit has been exceeded
The maximum number of entries has been exceeded
If no more entries exist in the set of results, the "next entry" function should set the
SLAPI_SEARCH_RESULT_ENTRY
Data Type
void *
void *
void *
int
struct
berval **
. The function should set this next entry
parameter in the parameter
SLAPI_SEARCH_RESULT_ENTRY
function)
parameter to NULL and return 0.
Chapter 7
Processing an LDAP Search Operation
Description
Set of search results.
Entry returned from iterating
through the results set. This
"next entry" function actually
sets this parameter.
(Netscape Directory Server 4.x)
Reserved for future use.
The context identifying the last
result sent in the results set.
This "next entry" function
actually sets this parameter.
Number of search results found
Array of the URLs to other
LDAP servers that the current
server is referring the client to
Defining Functions for LDAP Operations
parameter
83

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents