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

/httpd/modules/cache/
H A Dmod_cache.c352 ap_filter_t *ffrom = NULL, *fto = NULL; local
355 ffrom = next;
362 if (ffrom && fto) {
363 ffrom->frec = fto->frec;
364 ffrom->ctx = fto->ctx;
368 if (ffrom) {
369 ap_remove_output_filter(ffrom);

Completed in 14 milliseconds