Home
last modified time | relevance | path

Searched refs:ldap_get_entry_controls (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetentry.c94 ldap_get_entry_controls( LDAP *ld, LDAPMessage *entry, in ldap_get_entry_controls() function
/illumos-gate/usr/src/lib/libldap5/
H A Dmapfile-vers127 ldap_get_entry_controls;
/illumos-gate/usr/src/man/man3ldap/
H A DMakefile44 ldap_get_entry_controls.3ldap \
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c979 if ( ldap_get_entry_controls( ld, entry, &ectrls ) == LDAP_SUCCESS ) {
/illumos-gate/usr/src/head/
H A Dldap.h648 int LDAP_CALL ldap_get_entry_controls(LDAP *ld, LDAPMessage *entry,
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ldap.inc135 file path=usr/share/man/man3ldap/ldap_get_entry_controls.3ldap
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c2661 rc = ldap_get_entry_controls(cookie->conn->ld, in search_state_machine()