Home
last modified time | relevance | path

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

/busybox-1.35.0/include/
Dbb_archive.h235 off_t bytes_in; /* used in unzip code only: needs to know packed size */ member
/busybox-1.35.0/archival/
Dunzip.c413 xstate.bytes_in = zip->fmt.cmpsize; in unzip_extract()
/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c1074 to_read = xstate->bytes_in; in IF_DESKTOP()