Lines Matching refs:f_next
408 fn = f->f_next; in adremap_filter()
436 fr[0].f_next = NULL; in adremap_filter()
442 fr[1].f_next = &fr[2]; in adremap_filter()
448 fr[2].f_next = NULL; in adremap_filter()
487 f->f_next = NULL; in adremap_filter()
496 f->f_next = op->o_tmpalloc(sizeof(Filter), op->o_tmpmemctx); in adremap_filter()
497 f = f->f_next; in adremap_filter()
503 f->f_next = fn->f_next; in adremap_filter()
504 fn->f_next = NULL; in adremap_filter()
509 f->f_next = NULL; /* disconnect old chain */ in adremap_filter()
522 fnew->f_next = NULL; in adremap_filter()
523 f->f_next = fn; in adremap_filter()
526 f->f_next = NULL; in adremap_filter()
533 f->f_next = f->f_and->f_next; in adremap_filter()
534 f->f_and->f_next = op->ors_filter->f_and->f_and->f_next; in adremap_filter()
535 op->ors_filter->f_and->f_and->f_next = NULL; in adremap_filter()