Lines Matching refs:LDAP

37  * LBER_USE_DER is defined for compatibility with the C LDAP API RFC.
65 * Socket buffer structure associated to the LDAP connection
175 * that is associated with the LDAP session handle (LDAP *). For others, the
180 * defined by the LDAP C API; users of this extended I/O interface should
201 * after the LDAP session handle is created, e.g., during ldap_init().
206 * before the LDAP session handle and its contents are destroyed, e.g.,
210 /* LDAP poll()-like descriptor:
255 LDAP *ld, struct lextiof_session_private *sessionarg );
257 LDAP *ld, struct lextiof_session_private *sessionarg );
360 LDAP *ld, struct sockaddr *netaddr, char *buffer, int buflen);
382 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_BIND_CALLBACK)(LDAP *ld, int msgid,
385 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_UNBIND_CALLBACK)(LDAP *ld,
387 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_SEARCH_CALLBACK)(LDAP *ld,
390 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_COMPARE_CALLBACK)(LDAP *ld,
393 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_ADD_CALLBACK)(LDAP *ld,
395 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_DELETE_CALLBACK)(LDAP *ld,
397 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_MODIFY_CALLBACK)(LDAP *ld,
399 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_MODRDN_CALLBACK)(LDAP *ld,
402 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_RESULT_CALLBACK)(LDAP *ld,
404 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_FLUSH_CALLBACK)(LDAP *ld,
421 int LDAP_CALL ldap_cache_flush(LDAP *ld, const char *dn,
427 * not be set on a per-LDAP session handle basis. Install your own
489 LDAP_API(int) LDAP_CALL ldap_keysort_entries( LDAP *ld, LDAPMessage **chain,