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

/httpd/include/
H A Dutil_ldap.h175 void *util_ldap_cache; member in struct:util_ldap_state_t
/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...]

Completed in 18 milliseconds