Lines Matching defs:seconds
59 apr_int64_t seconds = apr_time_sec(t);
61 &(cache[seconds & TIME_CACHE_MASK]);
68 * 'now - AP_TIME_RECENT_THRESHOLD' seconds ago). If the
78 if (cache_element->t >= seconds) {
82 * TIME_CACHE_SIZE seconds ago at the same time that
99 * the cache_element should both match the 'seconds'
110 if ((seconds != cache_element_snapshot.t) ||
111 (seconds != cache_element_snapshot.t_validate)) {
137 cache_element->t = seconds;
139 cache_element->t_validate = seconds;