Searched defs:store_body (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/cache/ |
H A D | mod_cache.h | 102 apr_status_t (*store_body)(cache_handle_t *h, request_rec *r, apr_bucket_brigade *in, member in struct:__anon85
|
H A D | mod_cache_disk.c | 63 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 D | mod_cache_socache.c | 938 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,
|
Completed in 873 milliseconds