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

/httpd/server/
H A Dutil_time.c60 struct exploded_time_cache_element *cache_element = local
78 if (cache_element->t >= seconds) {
81 * from this cache_element to resolve a timestamp from
84 * current time into the same cache_element. (I.e., the
88 * reader accesses the cache_element after a writer
89 * has updated cache_element.t but before the writer
90 * has finished updating the whole cache_element.
99 * the cache_element should both match the 'seconds'
102 * shows the cache_element in the middle of an
108 memcpy(&cache_element_snapshot, cache_element,
[all...]

Completed in 570 milliseconds