Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/
Dunzip.c430 xstate.bytes_out = unpack_bz2_stream(&xstate); in unzip_extract()
431 if (xstate.bytes_out < 0) in unzip_extract()
438 xstate.bytes_out = unpack_lzma_stream(&xstate); in unzip_extract()
439 if (xstate.bytes_out < 0) in unzip_extract()
446 xstate.bytes_out = unpack_xz_stream(&xstate); in unzip_extract()
447 if (xstate.bytes_out < 0) in unzip_extract()
457 && zip->fmt.ucmpsize != xstate.bytes_out in unzip_extract()
/busybox-1.35.0/include/
Dbb_archive.h234 off_t bytes_out; member
/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c1082 xstate->bytes_out = gunzip_bytes_out; in IF_DESKTOP()