Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c51 GUNZIP_WSIZE = 0x8000, enumerator
557 if (w == GUNZIP_WSIZE) { in inflate_codes()
605 dd &= GUNZIP_WSIZE - 1; in inflate_codes()
606 e = GUNZIP_WSIZE - (dd > w ? dd : w); in inflate_codes()
623 if (w == GUNZIP_WSIZE) { in inflate_codes()
676 if (inflate_stored_w == GUNZIP_WSIZE) { in inflate_stored()
1010 gunzip_window = xmalloc(GUNZIP_WSIZE); in IF_DESKTOP()