Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h349 struct ldap_cache_fns ld_cache; member
350 #define ld_cache_config ld_cache.lcf_config
351 #define ld_cache_bind ld_cache.lcf_bind
352 #define ld_cache_unbind ld_cache.lcf_unbind
353 #define ld_cache_search ld_cache.lcf_search
355 #define ld_cache_add ld_cache.lcf_add
356 #define ld_cache_delete ld_cache.lcf_delete
358 #define ld_cache_rename ld_cache.lcf_rename
360 #define ld_cache_modify ld_cache.lcf_modify
364 #define ld_cache_flush ld_cache.lcf_flush
[all …]
H A Dgetoption.c224 *((struct ldap_cache_fns *) optdata) = ld->ld_cache; in ldap_get_option()
H A Dsetoption.c286 ld->ld_cache = *((struct ldap_cache_fns *)optdata); in ldap_set_option()