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

/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c249 if (p->add_time < cache->marktime) {
385 cache->marktime = 0;
488 cache->marktime = apr_time_now();
516 cache->marktime = apr_time_now();
541 cache->marktime=apr_time_now();
708 if (util_ldap_cache->marktime) {
709 apr_ctime(date_str, util_ldap_cache->marktime);
H A Dutil_ldap_cache.h48 apr_time_t marktime; /* Time that the cache became 3/4 full */ member in struct:util_ald_cache
H A Dutil_ldap_cache.c104 if (cache_node->marktime) {
105 apr_ctime(date_str, cache_node->marktime);

Completed in 396 milliseconds