Home | History | Annotate | Download | only in libpcap

Lines Matching full:gen_retblk

462 static struct block *gen_retblk(compiler_state_t *cstate, int);
648 gen_retblk(compiler_state_t *cstate, int v)
732 cstate.ic.root = gen_retblk(&cstate, cstate.snaplen);
881 backpatch(p, gen_retblk(cstate, cstate->snaplen));
883 backpatch(p, gen_retblk(cstate, 0));