Searched defs:p_filt (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_filter.c445 static void remove_any_filter(ap_filter_t *f, ap_filter_t **r_filt, ap_filter_t **p_filt, argument
451 if (p_filt && *p_filt == f)
452 *p_filt = (*p_filt)->next;

Completed in 12 milliseconds