Home
last modified time | relevance | path

Searched refs:top_ctx (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dgencode.c257 jmp_buf top_ctx; member
481 longjmp(cstate->top_ctx, 1); in bpf_error()
656 longjmp(cstate->top_ctx, 1); in newchunk()
831 if (setjmp(cstate.top_ctx)) { in pcap_compile()
963 if (setjmp(cstate->top_ctx)) in finish_parse()
3749 if (setjmp(cstate->top_ctx)) in gen_llc()
3765 if (setjmp(cstate->top_ctx)) in gen_llc_i()
3795 if (setjmp(cstate->top_ctx)) in gen_llc_s()
3821 if (setjmp(cstate->top_ctx)) in gen_llc_u()
3847 if (setjmp(cstate->top_ctx)) in gen_llc_s_subtype()
[all …]
H A Doptimize.c233 jmp_buf top_ctx; member
344 jmp_buf top_ctx; member
2271 if (setjmp(opt_state.top_ctx)) { in bpf_optimize()
2422 longjmp(opt_state->top_ctx, 1); in opt_error()
2881 if (setjmp(conv_state.top_ctx) != 0) { in icode_to_fcode()
2926 longjmp(conv_state->top_ctx, 1); in conv_error()