Searched refs:expire (Results 1 - 9 of 9) sorted by relevance
/httpd/modules/cache/ |
H A D | cache_socache_common.h | 47 apr_time_t expire; member in struct:__anon80
|
H A D | cache_disk_common.h | 54 apr_time_t expire; member in struct:__anon79
|
H A D | mod_cache_socache.c | 51 * 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 D | mod_cache.h | 65 /** a time when the cached entity is due to expire */ 66 apr_time_t expire; member in struct:cache_info
|
H A D | mod_cache_disk.c | 46 * 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 D | cache_util.c | 674 (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 D | mod_cache.c | 1355 * the new date, last modified, expire and content length and write 1406 * expire date = date + defaultexpire 1448 info->expire = exp;
|
/httpd/test/ |
H A D | cls.c | 99 time_t date, lmod, expire; local 141 expire = hex2sec(line + 18); 170 if (expire != -1) { 171 ts = *gmtime(&expire);
|
/httpd/support/ |
H A D | htcacheclean.c | 86 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