Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h407 struct ldap_cache_fns { struct
408 void *lcf_private;
409 LDAP_CF_BIND_CALLBACK *lcf_bind;
410 LDAP_CF_UNBIND_CALLBACK *lcf_unbind;
411 LDAP_CF_SEARCH_CALLBACK *lcf_search;
412 LDAP_CF_COMPARE_CALLBACK *lcf_compare;
413 LDAP_CF_ADD_CALLBACK *lcf_add;
414 LDAP_CF_DELETE_CALLBACK *lcf_delete;
415 LDAP_CF_MODIFY_CALLBACK *lcf_modify;
416 LDAP_CF_MODRDN_CALLBACK *lcf_modrdn;
[all …]