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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c129 ld->ld_rebind_fn = rebindproc;
H A Dgetoption.c172 *((LDAP_REBINDPROC_CALLBACK **) optdata) = ld->ld_rebind_fn;
H A Dsetoption.c180 ld->ld_rebind_fn = (LDAP_REBINDPROC_CALLBACK *) optdata;
H A Drequest.c470 if ( ld->ld_rebind_fn == NULL ) {
474 if (( lderr = (*ld->ld_rebind_fn)( ld, &binddn, &passwd,
514 (*ld->ld_rebind_fn)( ld, &binddn, &passwd,
H A Dldap-int.h304 LDAP_REBINDPROC_CALLBACK *ld_rebind_fn; member in struct:ldap

Completed in 42 milliseconds