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

/httpd/include/
H A Dutil_ldap.h158 long search_cache_size; /* Size (in entries) of search cache */ member in struct:util_ldap_state_t
/httpd/modules/ldap/
H A Dutil_ldap.c2209 st->search_cache_size = atol(size);
2210 if (st->search_cache_size < 0) {
2211 st->search_cache_size = 0;
2216 st->search_cache_size);
2803 st->search_cache_size = 1024;
2842 st->search_cache_size = base->search_cache_size;
H A Dutil_ldap_cache.c454 st->search_cache_size,
H A Dutil_ldap_cache_mgr.c283 st->search_cache_size,

Completed in 1021 milliseconds