ldapCountEntries(3ibx) — Subroutines
NAME
ldapCountEntries − Counts and returns the number of directory entries in an entry chain created by a call to the ldapSearchW function.
SYNOPSIS
| #include <libldap.h> | ||
| int ldapCountEntries( | LDAP_t ∗ldap_handle, | |
| LDAPM_t ∗entry_chain ); |
INPUT PARAMETERS
ldap_handleThe address of an LDAP handle.
entry_chainA chain of directory entries initialized by a call to the ldapSearchReqst, the ldapSearchReqstLim, the ldapSearchW, or the ldapSearchWLim function.
RETURNS
The number of entries in the entry_chain.
RELATED INFORMATION
Functions: ldapSearchReqst(3), ldapSearchReqstLim(3), the ldapSearchW(3), ldapSearchWLim(3).