Home
last modified time | relevance | path

Searched refs:ld_rebind_fn (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c127 ld->ld_rebind_fn = rebindproc; in ldap_set_rebind_proc()
H A Drequest.c468 if ( ld->ld_rebind_fn == NULL ) { in nsldapi_new_connection()
472 if (( lderr = (*ld->ld_rebind_fn)( ld, &binddn, &passwd, in nsldapi_new_connection()
512 (*ld->ld_rebind_fn)( ld, &binddn, &passwd, in nsldapi_new_connection()
H A Dsetoption.c181 ld->ld_rebind_fn = (LDAP_REBINDPROC_CALLBACK *) optdata; in ldap_set_option()
H A Dgetoption.c170 *((LDAP_REBINDPROC_CALLBACK **) optdata) = ld->ld_rebind_fn; in ldap_get_option()
H A Dldap-int.h305 LDAP_REBINDPROC_CALLBACK *ld_rebind_fn; member