Home
last modified time | relevance | path

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

/openbsd/lib/libpcap/
H A Dgencode.c65 static jmp_buf top_ctx; variable
89 longjmp(top_ctx, 1); in bpf_error()
284 if (setjmp(top_ctx)) { in pcap_compile()
330 if (setjmp(top_ctx)) { in pcap_compile_nopcap()