Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr-util/ldap/
Dapr_ldap_rebind.c253 static int LDAP_rebindproc(LDAP *ld, char **binddnp, char **passwdp, int *methodp, int freeit) in LDAP_rebindproc() function
282 ldap_set_rebind_proc(ld, (LDAPRebindProc)LDAP_rebindproc); in apr_ldap_rebind_set_callback()
304 static int LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, ber_tag_t request, in LDAP_rebindproc() function
307 static int LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, int request, in LDAP_rebindproc()
328 ldap_set_rebind_proc(ld, LDAP_rebindproc, NULL); in apr_ldap_rebind_set_callback()
330 ldap_set_rebind_proc(ld, LDAP_rebindproc); in apr_ldap_rebind_set_callback()
344 static int LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, int request, ber_int_t msgid) in LDAP_rebindproc() function
363 ldap_set_rebind_proc(ld, LDAP_rebindproc); in apr_ldap_rebind_set_callback()