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

/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c27 #include "util_ldap_cache.h"
316 newcurl = util_ald_cache_insert(st->util_ldap_cache, &curl);
669 util_ald_cache_t *util_ldap_cache = st->util_ldap_cache; local
672 if (!util_ldap_cache) {
683 (id < util_ldap_cache->size)) {
685 if ((p = util_ldap_cache->nodes[id]) != NULL) {
708 if (util_ldap_cache->marktime) {
709 apr_ctime(date_str, util_ldap_cache->marktime);
738 util_ldap_cache
[all...]
H A Dutil_ldap_cache.c18 * util_ldap_cache.c: LDAP cache things
27 #include "util_ldap_cache.h"
402 util_ald_destroy_cache(st->util_ldap_cache);
452 st->util_ldap_cache =
H A Dutil_ldap.c33 #include "util_ldap_cache.h"
915 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode);
1060 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode);
1447 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode);
1658 curl = (util_url_node_t *)util_ald_cache_fetch(st->util_ldap_cache,
1934 curl = (util_url_node_t *)util_ald_cache_fetch(st->util_ldap_cache,
2971 st_vhost->util_ldap_cache = st->util_ldap_cache;
/httpd/include/
H A Dutil_ldap.h175 void *util_ldap_cache; member in struct:util_ldap_state_t

Completed in 1515 milliseconds