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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Ddecompress_unzip.c89 // unsigned bytebuffer_max; /* buffer size */
131 // #define bytebuffer_max (S()bytebuffer_max )
133 #define bytebuffer_max 0x4000 macro
258 unsigned sz = bytebuffer_max - 4;
1048 // bytebuffer_max = 0x8000;
1050 bytebuffer = xmalloc(bytebuffer_max);
1073 bytebuffer_size = full_read(gunzip_src_fd, &bytebuffer[count], bytebuffer_max - count);
1198 // bytebuffer_max = 0x8000;
1199 bytebuffer = xmalloc(bytebuffer_max);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Ddecompress_unzip.c89 // unsigned bytebuffer_max; /* buffer size */
131 // #define bytebuffer_max (S()bytebuffer_max )
133 #define bytebuffer_max 0x4000 macro
258 unsigned sz = bytebuffer_max - 4;
1048 // bytebuffer_max = 0x8000;
1050 bytebuffer = xmalloc(bytebuffer_max);
1073 bytebuffer_size = full_read(gunzip_src_fd, &bytebuffer[count], bytebuffer_max - count);
1198 // bytebuffer_max = 0x8000;
1199 bytebuffer = xmalloc(bytebuffer_max);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Ddecompress_unzip.c89 // unsigned bytebuffer_max; /* buffer size */
131 // #define bytebuffer_max (S()bytebuffer_max )
133 #define bytebuffer_max 0x4000 macro
258 unsigned sz = bytebuffer_max - 4;
1048 // bytebuffer_max = 0x8000;
1050 bytebuffer = xmalloc(bytebuffer_max);
1073 bytebuffer_size = full_read(gunzip_src_fd, &bytebuffer[count], bytebuffer_max - count);
1198 // bytebuffer_max = 0x8000;
1199 bytebuffer = xmalloc(bytebuffer_max);
[all...]

Completed in 63 milliseconds