Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c132 #define bytebuffer_max 0x4000 macro
263 unsigned sz = bytebuffer_max - 4; in fill_bitbuffer()
1077 bytebuffer = xmalloc(bytebuffer_max); in IF_DESKTOP()
1100 bytebuffer_size = full_read(gunzip_src_fd, &bytebuffer[count], bytebuffer_max - count); in top_up()
1245 bytebuffer = xmalloc(bytebuffer_max); in IF_DESKTOP()