Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libpcap/
Dgencode.c249 jmp_buf top_ctx; member
460 longjmp(cstate->top_ctx, 1); in bpf_error()
633 longjmp(cstate->top_ctx, 1); in newchunk()
807 if (setjmp(cstate.top_ctx)) { in pcap_compile()
939 if (setjmp(cstate->top_ctx)) in finish_parse()
3754 if (setjmp(cstate->top_ctx)) in gen_llc()
3770 if (setjmp(cstate->top_ctx)) in gen_llc_i()
3800 if (setjmp(cstate->top_ctx)) in gen_llc_s()
3826 if (setjmp(cstate->top_ctx)) in gen_llc_u()
3852 if (setjmp(cstate->top_ctx)) in gen_llc_s_subtype()
[all …]
Doptimize.c233 jmp_buf top_ctx; member
328 jmp_buf top_ctx; member
1904 if (setjmp(opt_state.top_ctx)) { in bpf_optimize()
2054 longjmp(opt_state->top_ctx, 1); in opt_error()
2452 if (setjmp(conv_state.top_ctx) != 0) { in icode_to_fcode()
2497 longjmp(conv_state->top_ctx, 1); in conv_error()