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

/httpd/modules/cache/
H A Dcache_socache_common.h47 apr_time_t expire; member in struct:__anon80
H A Dcache_disk_common.h54 apr_time_t expire; member in struct:__anon79
H A Dmod_cache_socache.c51 * apr_time_t expire;
80 apr_time_t expire; /* when to expire the entry */ member in struct:cache_socache_object_t
515 apr_time_t expire; local
517 memcpy(&expire, sobj->buffer + slider, sizeof(expire));
518 slider += sizeof(expire);
599 info->expire = sobj->socache_info.expire;
803 sobj->expire
[all...]
H A Dmod_cache.h65 /** a time when the cached entity is due to expire */
66 apr_time_t expire; member in struct:cache_info
H A Dmod_cache_disk.c46 * apr_time_t expire;
234 info->expire = dobj->disk_info.expire;
460 apr_time_t expire; local
462 len = sizeof(expire);
463 apr_file_read_full(dobj->vary.fd, &expire, len, &len);
1008 amt = sizeof(h->cache_obj->info.expire);
1010 &h->cache_obj->info.expire, amt, NULL);
1056 disk_info.expire = h->cache_obj->info.expire;
[all...]
H A Dcache_util.c674 (info->expire != APR_DATE_BAD) &&
675 (age < (apr_time_sec(info->expire - info->date) + maxstale - minfresh)))) {
686 (info->expire != APR_DATE_BAD &&
687 (apr_time_sec(info->expire - info->date)) > age))) {
H A Dmod_cache.c1355 * the new date, last modified, expire and content length and write
1406 * expire date = date + defaultexpire
1448 info->expire = exp;
/httpd/test/
H A Dcls.c99 time_t date, lmod, expire; local
141 expire = hex2sec(line + 18);
170 if (expire != -1) {
171 ts = *gmtime(&expire);
/httpd/support/
H A Dhtcacheclean.c86 apr_time_t expire; /* cache entry exiration time */ member in struct:_entry
518 disk_info.expire,
778 e->expire = disk_info.expire;
894 e->expire = disk_info.expire;
1028 if (e->expire != APR_DATE_BAD && e->expire < now) {

Completed in 1865 milliseconds