Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c103 jmp_buf *jmpbuf; member
130 longjmp(*bd->jmpbuf, RETVAL_UNEXPECTED_INPUT_EOF); in get_bits()
173 i = setjmp(bd->jmpbuf); in get_next_block()
703 void *jmpbuf, in start_bunzip() argument
723 bd->jmpbuf = jmpbuf; in start_bunzip()
785 jmp_buf jmpbuf; in IF_DESKTOP() local
788 i = setjmp(jmpbuf); in IF_DESKTOP()
790 i = start_bunzip(&jmpbuf, &bd, xstate->src_fd, outbuf + 2, len); in IF_DESKTOP()
856 jmp_buf jmpbuf; in unpack_bz2_data() local
859 i = setjmp(jmpbuf); in unpack_bz2_data()
[all …]