Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c75 unsigned gunzip_outbuf_count; /* bytes in output buffer */ member
124 #define gunzip_outbuf_count (S()gunzip_outbuf_count) macro
523 w = gunzip_outbuf_count; /* initialize gunzip_window position */ in inflate_codes_setup()
558 gunzip_outbuf_count = w; in inflate_codes()
624 gunzip_outbuf_count = w; in inflate_codes()
636 gunzip_outbuf_count = w; /* restore global gunzip_window pointer */ in inflate_codes()
667 inflate_stored_w = gunzip_outbuf_count; in inflate_stored_setup()
677 gunzip_outbuf_count = inflate_stored_w; in inflate_stored()
689 gunzip_outbuf_count = inflate_stored_w; /* restore global gunzip_window pointer */ in inflate_stored()
958 gunzip_crc = crc32_block_endian0(gunzip_crc, gunzip_window, gunzip_outbuf_count, gunzip_crc_table); in calculate_gunzip_crc()
[all …]