Searched refs:cache_object_t (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache.h81 typedef struct cache_object cache_object_t; typedef in typeref:struct:cache_object
84 cache_object_t *next;
92 cache_object_t *cache_obj;
H A Dmod_cache_socache.c67 * Pointed to by cache_object_t::vobj
357 cache_object_t *obj;
420 /* Allocate and initialize cache_object_t and cache_socache_object_t */
442 cache_object_t *obj;
455 obj = apr_pcalloc(r->pool, sizeof(cache_object_t));
789 cache_object_t *obj = h->cache_obj;
1101 cache_object_t *obj = h->cache_obj;
H A Dmod_cache_disk.c343 cache_object_t *obj;
375 /* Allocate and initialize cache_object_t and disk_cache_object_t */
416 cache_object_t *obj;
435 obj = apr_pcalloc(r->pool, sizeof(cache_object_t));

Completed in 2295 milliseconds