Searched refs:LDAP_REBINDPROC_CALLBACK (Results 1 – 8 of 8) sorted by relevance
117 ldap_set_rebind_proc( LDAP *ld, LDAP_REBINDPROC_CALLBACK *rebindproc, in ldap_set_rebind_proc()
172 *((LDAP_REBINDPROC_CALLBACK **) optdata) = ld->ld_rebind_fn; in ldap_get_option()
183 ld->ld_rebind_fn = (LDAP_REBINDPROC_CALLBACK *) optdata; in ldap_set_option()
307 LDAP_REBINDPROC_CALLBACK *ld_rebind_fn;
39 void ldap_set_rebind_proc(LDAP *ld, LDAP_REBINDPROC_CALLBACK *rebindproc, void *arg);
1207 typedef int (LDAP_CALL LDAP_CALLBACK LDAP_REBINDPROC_CALLBACK)(LDAP *ld, typedef1210 LDAP_REBINDPROC_CALLBACK *rebindproc, void *arg);
488 (LDAP_REBINDPROC_CALLBACK *) in _connectToLDAP()
71 static LDAP_REBINDPROC_CALLBACK get_rebind_credentials;