Home
last modified time | relevance | path

Searched refs:ld_cache (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h351 struct ldap_cache_fns ld_cache; member
352 #define ld_cache_config ld_cache.lcf_config
353 #define ld_cache_bind ld_cache.lcf_bind
354 #define ld_cache_unbind ld_cache.lcf_unbind
355 #define ld_cache_search ld_cache.lcf_search
356 #define ld_cache_compare ld_cache.lcf_compare
357 #define ld_cache_add ld_cache.lcf_add
358 #define ld_cache_delete ld_cache.lcf_delete
360 #define ld_cache_rename ld_cache.lcf_rename
362 #define ld_cache_modify ld_cache.lcf_modify
[all …]
H A Dgetoption.c226 *((struct ldap_cache_fns *) optdata) = ld->ld_cache; in ldap_get_option()
H A Dsetoption.c288 ld->ld_cache = *((struct ldap_cache_fns *)optdata); in ldap_set_option()