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

/httpd/modules/cache/
H A Dmod_cache.h108 int (*open_entity) (cache_handle_t *h, request_rec *r, member in struct:__anon85
H A Dmod_cache_disk.c403 static int open_entity(cache_handle_t *h, request_rec *r, const char *key) function
515 apr_pool_tag(pool, "mod_cache (open_entity)");
1550 &open_entity,
H A Dmod_cache_socache.c431 static int open_entity(cache_handle_t *h, request_rec *r, const char *key) function
760 /* we recalled the headers during open_entity, so do nothing */
1549 &create_entity, &open_entity, &remove_url, &commit_entity,

Completed in 53 milliseconds