Searched defs:open_entity (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/cache/ |
H A D | mod_cache.h | 108 int (*open_entity) (cache_handle_t *h, request_rec *r, member in struct:__anon85
|
H A D | mod_cache_disk.c | 403 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 D | mod_cache_socache.c | 431 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