Searched defs:socache_info (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache_socache.c77 cache_socache_info_t socache_info; /* Header information. */ member in struct:cache_socache_object_t
587 memcpy(&sobj->socache_info, sobj->buffer, sizeof(cache_socache_info_t));
597 info->status = sobj->socache_info.status;
598 info->date = sobj->socache_info.date;
599 info->expire = sobj->socache_info.expire;
600 info->request_time = sobj->socache_info.request_time;
601 info->response_time = sobj->socache_info.response_time;
603 memcpy(&info->control, &sobj->socache_info.control, sizeof(cache_control_t));
605 if (sobj->socache_info.name_len <= buffer_len - slider) {
607 sobj->socache_info
791 cache_socache_info_t *socache_info; local
[all...]

Completed in 21 milliseconds