Searched refs:compare_cache_size (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dutil_ldap.h160 long compare_cache_size; /* Size (in entries) of compare cache */ member in struct:util_ldap_state_t
/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c290 st->compare_cache_size,
297 st->compare_cache_size,
H A Dutil_ldap.c2254 st->compare_cache_size = atol(size);
2255 if (st->compare_cache_size < 0) {
2256 st->compare_cache_size = 0;
2261 st->compare_cache_size);
2805 st->compare_cache_size = 1024;
2844 st->compare_cache_size = base->compare_cache_size;

Completed in 588 milliseconds