Searched refs:OUTBUFSIZ (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c78 #ifndef OUTBUFSIZ
80 # define OUTBUFSIZ 8192 /* output buffer size */ macro
82 # define OUTBUFSIZ 16384 /* output buffer size */ macro
280 DECLARE(uch, outbuf, OUTBUFSIZ);
369 if (G1.outcnt == OUTBUFSIZ) flush_outbuf(); \
375 if (G1.outcnt < OUTBUFSIZ - 2) {
2074 ALLOC(uch, G1.outbuf, OUTBUFSIZ);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h500 # define MED_MEM /* else OUTBUFSIZ is 64K and fails in do_string */
950 /* For environments using 16-bit integers OUTBUFSIZ must be limited to
952 * OUTBUFSIZ). This is achieved by defining MED_MEM when WSIZE = 64k (aka
962 /* Logic for case of small memory, length of EOL > 1: if OUTBUFSIZ == 2048,
963 * OUTBUFSIZ>>1 == 1024 and OUTBUFSIZ>>7 == 16; therefore rawbuf is 1008 bytes
967 * (Argument scales for larger OUTBUFSIZ.)
991 # define OUTBUFSIZ INBUFSIZ macro
993 # define RAWBUFSIZ (OUTBUFSIZ>>1)
995 # define RAWBUFSIZ ((OUTBUFSIZ>>
1014 # define OUTBUFSIZ macro
1018 # define OUTBUFSIZ macro
[all...]
H A Dunshrink.c157 outbufsiz = OUTBUFSIZ;
H A Dfileio.c884 transbufsiz = OUTBUFSIZ;
885 Trace((stderr, "\ntransbufsiz = OUTBUFSIZ = %u\n",
886 (unsigned)OUTBUFSIZ));
2088 * variables, then loop through the comment in chunks of OUTBUFSIZ bytes,
2100 block_len = OUTBUFSIZ; /* for the while statement, first time */
2106 MIN((unsigned)OUTBUFSIZ, comment_bytes_left))) == 0)
H A Dprocess.c251 G.outbuf = (uch *)malloc(OUTBUFSIZ + 1); /* 1 extra for string term. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c94 #define BUFS512 (((OUTBUFSIZ>0xFFFF) ? 0xFFFF : OUTBUFSIZ) & (~511))

Completed in 190 milliseconds