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

/macosx-10.10/zlib-55/zlib/examples/
H A Dfitblk.c68 #define RAWLEN 4096 /* intermediate uncompressed buffer size */ macro
76 unsigned char raw[RAWLEN];
80 def->avail_in = fread(raw, 1, RAWLEN, in);
99 unsigned char raw[RAWLEN];
104 inf->avail_out = RAWLEN;
113 def->avail_in = RAWLEN - inf->avail_out;

Completed in 378 milliseconds