Searched refs:compare_cache_ttl (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dutil_ldap.h159 long compare_cache_ttl; /* TTL for compare cache */ member in struct:util_ldap_state_t
/httpd/modules/ldap/
H A Dutil_ldap.c1083 if (curtime - compare_nodep->lastcompare > st->compare_cache_ttl) {
2233 st->compare_cache_ttl = atol(ttl) * 1000000;
2237 st->compare_cache_ttl);
2804 st->compare_cache_ttl = 600000000;
2843 st->compare_cache_ttl = base->compare_cache_ttl;

Completed in 1092 milliseconds