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

/macosx-10.10.1/apache-793/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);
667 util_ald_cache_t *util_ldap_cache = st->util_ldap_cache; local
670 if (!util_ldap_cache) {
681 (id < util_ldap_cache->size)) {
683 if ((p = util_ldap_cache->nodes[id]) != NULL) {
706 if (util_ldap_cache->marktime) {
707 apr_ctime(date_str, util_ldap_cache->marktime);
736 util_ldap_cache
[all...]
H A DNWGNUmakefile175 $(OBJDIR)/util_ldap_cache.o \
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"
884 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode);
1028 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode);
1413 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode);
1624 curl = (util_url_node_t *)util_ald_cache_fetch(st->util_ldap_cache,
1899 curl = (util_url_node_t *)util_ald_cache_fetch(st->util_ldap_cache,
2935 st_vhost->util_ldap_cache = st->util_ldap_cache;
/macosx-10.10.1/apache-793/httpd/include/
H A Dutil_ldap.h172 void *util_ldap_cache; member in struct:util_ldap_state_t
/macosx-10.10.1/apache-793/httpd/
H A Dconfigure18010 ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"
H A Dconfigure.orig18010 ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"

Completed in 323 milliseconds