Searched defs:cache_info (Results 1 - 2 of 2) 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,
/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 10 milliseconds