Searched refs:util_ald_cache_fetch (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/ldap/ |
H A D | util_ldap.c | 915 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode); 940 node = util_ald_cache_fetch(curl->dn_compare_cache, &newnode); 1016 node = util_ald_cache_fetch(curl->dn_compare_cache, &newnode); 1060 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode); 1078 compare_nodep = util_ald_cache_fetch(curl->compare_cache, 1167 compare_nodep = util_ald_cache_fetch(curl->compare_cache, 1447 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode); 1461 compare_nodep = util_ald_cache_fetch(curl->compare_cache, 1522 compare_nodep = util_ald_cache_fetch(curl->compare_cache, 1536 compare_nodep = util_ald_cache_fetch(cur [all...] |
H A D | util_ldap_cache.h | 198 void *util_ald_cache_fetch(util_ald_cache_t *cache, void *payload);
|
H A D | util_ldap_cache_mgr.c | 421 void *util_ald_cache_fetch(util_ald_cache_t *cache, void *payload) function
|
Completed in 791 milliseconds