Home
last modified time | relevance | path

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

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