Home | History | Annotate | Download | only in adremap

Lines Matching refs:f_next

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