Home
last modified time | relevance | path

Searched refs:LDAP_REBINDPROC_CALLBACK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c115 ldap_set_rebind_proc( LDAP *ld, LDAP_REBINDPROC_CALLBACK *rebindproc, in ldap_set_rebind_proc()
H A Dgetoption.c170 *((LDAP_REBINDPROC_CALLBACK **) optdata) = ld->ld_rebind_fn; in ldap_get_option()
H A Dsetoption.c181 ld->ld_rebind_fn = (LDAP_REBINDPROC_CALLBACK *) optdata; in ldap_set_option()
H A Dldap-int.h305 LDAP_REBINDPROC_CALLBACK *ld_rebind_fn;
/illumos-gate/usr/src/head/
H A Dldap.h1177 typedef int (LDAP_CALL LDAP_CALLBACK LDAP_REBINDPROC_CALLBACK)(LDAP *ld, typedef
1180 LDAP_REBINDPROC_CALLBACK *rebindproc, void *arg);
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c72 static LDAP_REBINDPROC_CALLBACK get_rebind_credentials;