Lines Matching refs:next
91 ap_filter_t *next;
325 next = r->output_filters;
326 while (next && (next->frec != cache_out_handle)) {
327 ap_remove_output_filter(next);
328 next = next->next;
350 static int cache_replace_filter(ap_filter_t *next, ap_filter_rec_t *from,
353 while (next && next->frec != stop) {
354 if (next->frec == from) {
355 ffrom = next;
357 if (next->frec == to) {
358 fto = next;
360 next = next->next;
377 static ap_filter_t *cache_get_filter(ap_filter_t *next, ap_filter_rec_t *rec) {
378 while (next) {
379 if (next->frec == rec && next->ctx) {
382 next = next->next;
384 return next;
400 ap_filter_t *next;
621 next = r->output_filters;
622 while (next && (next->frec != cache_out_handle)) {
623 ap_remove_output_filter(next);
624 next = next->next;
652 return ap_pass_brigade(f->next, in);
684 return ap_pass_brigade(f->next, in);
726 return ap_pass_brigade(f->next, in);
764 return ap_pass_brigade(f->next, in);
768 rv = ap_pass_brigade(f->next, cache->out);
802 * Finally, pass the data to the next filter (the network or whatever)
838 return ap_pass_brigade(f->next, in);
1239 return ap_pass_brigade(f->next, in);
1254 cl = NULL; /* parse error, see next 'if' block */
1340 return ap_pass_brigade(f->next, in);
1570 return ap_pass_brigade(f->next, bb);
1583 return ap_pass_brigade(f->next, in);
1632 return ap_pass_brigade(f->next, in);
1640 return ap_pass_brigade(f->next, in);
1704 return ap_pass_brigade(f->next, in);
1748 return ap_pass_brigade(f->next, in);