Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c128 ld->ld_rebind_arg = arg; in ldap_set_rebind_proc()
H A Dgetoption.c173 *((void **) optdata) = ld->ld_rebind_arg; in ldap_get_option()
H A Dsetoption.c184 ld->ld_rebind_arg = (void *) optdata; in ldap_set_option()
H A Drequest.c473 &authmethod, 0, ld->ld_rebind_arg )) in nsldapi_new_connection()
513 &authmethod, 1, ld->ld_rebind_arg ); in nsldapi_new_connection()
H A Dldap-int.h306 void *ld_rebind_arg; member