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

/httpd/modules/cache/
H A Dmod_cache.h58 typedef struct cache_info cache_info; typedef in typeref:struct:cache_info
59 struct cache_info { struct
85 cache_info info;
101 apr_status_t (*store_headers)(cache_handle_t *h, request_rec *r, cache_info *i);
131 CACHE_DECLARE(apr_time_t) ap_cache_current_age(cache_info *info, const apr_time_t age_value,
H A Dcache_util.h224 cache_info *info; /* current cache info */
H A Dmod_cache_disk.c62 static apr_status_t store_headers(cache_handle_t *h, request_rec *r, cache_info *i);
217 static int file_cache_recall_mydata(apr_file_t *fd, cache_info *info,
417 cache_info *info;
523 /* Read the bytes to setup the cache_info fields */
932 static apr_status_t store_headers(cache_handle_t *h, request_rec *r, cache_info *info)
936 memcpy(&h->cache_obj->info, info, sizeof(cache_info));
H A Dcache_util.c213 CACHE_DECLARE(apr_int64_t) ap_cache_current_age(cache_info *info,
524 cache_info *info = &(h->cache_obj->info);
H A Dmod_cache_socache.c443 cache_info *info;
781 cache_info *info)
793 memcpy(&h->cache_obj->info, info, sizeof(cache_info));
H A Dmod_cache.c821 cache_info *info = NULL;
1327 info = apr_pcalloc(r->pool, sizeof(cache_info));
/httpd/modules/lua/
H A Dlua_vmprep.c433 ap_lua_finfo *cache_info = NULL; local
449 cache_info = sspec->finfo;
465 cache_info = sspec->finfo;
500 apr_pool_userdata_get((void **)&cache_info, mkey, lifecycle_pool);
501 if (cache_info == NULL) {
502 cache_info = apr_pcalloc(lifecycle_pool, sizeof(ap_lua_finfo));
503 apr_pool_userdata_set((void*) cache_info, mkey, NULL, lifecycle_pool);
513 if ((cache_info->modified == lua_finfo.mtime && cache_info->size == lua_finfo.size)
514 || cache_info
[all...]

Completed in 3736 milliseconds