Searched refs:open_entity (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/cache/ |
H A D | cache_storage.c | 248 switch ((rv = list->provider->open_entity(h, r, cache->key))) { 746 rv = list->provider->open_entity(h, r, cache->key); 756 rv = list->provider->open_entity(h, r, location_key); 767 rv = list->provider->open_entity(h, r, content_location_key);
|
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 290 milliseconds