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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);

Completed in 30 milliseconds