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

/httpd/modules/cache/
H A Dmod_cache.c92 ap_filter_rec_t *cache_out_handle; local
306 cache_out_handle = cache_out_subreq_filter_handle;
309 cache_out_handle = cache_out_filter_handle;
311 ap_add_output_filter_handle(cache_out_handle, cache, r, r->connection);
326 while (next && (next->frec != cache_out_handle)) {
401 ap_filter_rec_t *cache_out_handle; local
585 cache_out_handle = cache_out_subreq_filter_handle;
588 cache_out_handle = cache_out_filter_handle;
590 ap_add_output_filter_handle(cache_out_handle, cache, r, r->connection);
603 cache_out_handle, ap_get_input_filter_handl
[all...]

Completed in 11 milliseconds