Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c117 ldap_set_rebind_proc( LDAP *ld, LDAP_REBINDPROC_CALLBACK *rebindproc, in ldap_set_rebind_proc()
H A Dgetoption.c172 *((LDAP_REBINDPROC_CALLBACK **) optdata) = ld->ld_rebind_fn; in ldap_get_option()
H A Dsetoption.c183 ld->ld_rebind_fn = (LDAP_REBINDPROC_CALLBACK *) optdata; in ldap_set_option()
H A Dldap-int.h307 LDAP_REBINDPROC_CALLBACK *ld_rebind_fn;
H A Dllib-lldap39 void ldap_set_rebind_proc(LDAP *ld, LDAP_REBINDPROC_CALLBACK *rebindproc, void *arg);
/titanic_41/usr/src/head/
H A Dldap.h1207 typedef int (LDAP_CALL LDAP_CALLBACK LDAP_REBINDPROC_CALLBACK)(LDAP *ld, typedef
1210 LDAP_REBINDPROC_CALLBACK *rebindproc, void *arg);
/titanic_41/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c488 (LDAP_REBINDPROC_CALLBACK *) in _connectToLDAP()
/titanic_41/usr/src/cmd/ldap/common/
H A Dcommon.c71 static LDAP_REBINDPROC_CALLBACK get_rebind_credentials;