Searched refs:dn_compare_cache (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c279 util_ald_cache_t *dn_compare_cache; local
296 dn_compare_cache = util_ald_create_cache(st,
305 if (search_cache && compare_cache && dn_compare_cache) {
314 curl.dn_compare_cache = dn_compare_cache;
816 for (i=0; i < n->dn_compare_cache->size; ++i) {
817 for (p = n->dn_compare_cache->nodes[i]; p != NULL; p = p->next) {
819 (*n->dn_compare_cache->display)(r, n->dn_compare_cache, p->payload);
871 util_ald_cache_display_stats(r, n->dn_compare_cache, t
[all...]
H A Dutil_ldap_cache.c60 node->dn_compare_cache = n->dn_compare_cache;
75 util_ald_destroy_cache(node->dn_compare_cache);
99 cache_node = node->dn_compare_cache;
H A Dutil_ldap_cache.h96 util_ald_cache_t *dn_compare_cache; member in struct:util_url_node_t
H A Dutil_ldap.c940 node = util_ald_cache_fetch(curl->dn_compare_cache, &newnode);
1016 node = util_ald_cache_fetch(curl->dn_compare_cache, &newnode);
1021 util_ald_cache_insert(curl->dn_compare_cache, &newnode);

Completed in 861 milliseconds