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

/httpd/modules/cache/
H A Dmod_cache.h102 apr_status_t (*store_body)(cache_handle_t *h, request_rec *r, apr_bucket_brigade *in, member in struct:__anon85
H A Dmod_cache_disk.c63 static apr_status_t store_body(cache_handle_t *h, request_rec *r, apr_bucket_brigade *in,
1124 static apr_status_t store_body(cache_handle_t *h, request_rec *r, function
1546 &store_body,
H A Dmod_cache_socache.c938 static apr_status_t store_body(cache_handle_t *h, request_rec *r, function
1548 &remove_entity, &store_headers, &store_body, &recall_headers, &recall_body,
H A Dmod_cache.c695 * response, call store_body() for each brigade, handling the
715 rv = cache->provider->store_body(cache->handle, f->r, in, cache->out);
718 "cache: Cache provider's store_body failed for URI %s", f->r->uri);
756 "cache: Cache provider's store_body returned an "
798 * If we have started, pass the data to the storage manager via store_body

Completed in 63 milliseconds