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

/freebsd-10-stable/contrib/apr-util/ldap/
H A Dapr_ldap_rebind.c244 /* LDAP_rebindproc() Tivoli LDAP style
253 static int LDAP_rebindproc(LDAP *ld, char **binddnp, char **passwdp, int *methodp, int freeit) function
282 ldap_set_rebind_proc(ld, (LDAPRebindProc)LDAP_rebindproc);
288 /* LDAP_rebindproc() openLDAP V3 style
304 static int LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, ber_tag_t request, function
307 static int LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, int request,
328 ldap_set_rebind_proc(ld, LDAP_rebindproc, NULL);
330 ldap_set_rebind_proc(ld, LDAP_rebindproc);
337 /* LDAP_rebindproc() openLDAP V3 style
344 static int LDAP_rebindproc(LDA function
[all...]

Completed in 108 milliseconds