Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c130 ld->ld_rebind_arg = arg; in ldap_set_rebind_proc()
H A Dgetoption.c175 *((void **) optdata) = ld->ld_rebind_arg; in ldap_get_option()
H A Dsetoption.c186 ld->ld_rebind_arg = (void *) optdata; in ldap_set_option()
H A Drequest.c475 &authmethod, 0, ld->ld_rebind_arg )) in nsldapi_new_connection()
515 &authmethod, 1, ld->ld_rebind_arg ); in nsldapi_new_connection()
H A Dldap-int.h308 void *ld_rebind_arg; member