Searched defs:compare_cache (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap_cache.h95 util_ald_cache_t *compare_cache; member in struct:util_url_node_t
H A Dutil_ldap_cache_mgr.c278 util_ald_cache_t *compare_cache; local
289 compare_cache = util_ald_create_cache(st,
305 if (search_cache && compare_cache && dn_compare_cache) {
313 curl.compare_cache = compare_cache;
798 for (i=0; i < n->compare_cache->size; ++i) {
799 for (p = n->compare_cache->nodes[i]; p != NULL; p = p->next) {
801 (*n->compare_cache->display)(r, n->compare_cache, p->payload);
870 util_ald_cache_display_stats(r, n->compare_cache, t
[all...]

Completed in 32 milliseconds