Home | History | Annotate | Download | only in examples

Lines Matching defs:CHUNK

28 #define CHUNK 16384
41 unsigned char in[CHUNK];
42 unsigned char out[CHUNK];
54 strm.avail_in = fread(in, 1, CHUNK, source);
65 strm.avail_out = CHUNK;
69 have = CHUNK - strm.avail_out;
97 unsigned char in[CHUNK];
98 unsigned char out[CHUNK];
112 strm.avail_in = fread(in, 1, CHUNK, source);
123 strm.avail_out = CHUNK;
135 have = CHUNK - strm.avail_out;