Searched refs:open_entity (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/cache/
H A Dcache_storage.c248 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 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 290 milliseconds