Home | History | Annotate | Download | only in other

Lines Matching defs:CHUNK

43 #define  CHUNK    32768
50 unsigned char in[CHUNK];
51 unsigned char out[CHUNK];
63 strm.avail_in = fread(in, 1, CHUNK, source);
74 strm.avail_out = CHUNK;
77 have = CHUNK - strm.avail_out;
98 static unsigned char in[CHUNK];
99 static unsigned char out[CHUNK];
113 strm.avail_in = fread(in, 1, CHUNK, source);
124 strm.avail_out = CHUNK;