Home
last modified time | relevance | path

Searched defs:ldap_cache_fns (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h405 struct ldap_cache_fns { struct
406 void *lcf_private;
407 LDAP_CF_BIND_CALLBACK *lcf_bind;
408 LDAP_CF_UNBIND_CALLBACK *lcf_unbind;
409 LDAP_CF_SEARCH_CALLBACK *lcf_search;
411 LDAP_CF_ADD_CALLBACK *lcf_add;
412 LDAP_CF_DELETE_CALLBACK *lcf_delete;
413 LDAP_CF_MODIFY_CALLBACK *lcf_modify;
414 LDAP_CF_MODRDN_CALLBACK *lcf_modrdn;
415 LDAP_CF_RESULT_CALLBACK *lcf_result;
[all …]