Searched refs:RAWLEN (Results 1 – 2 of 2) sorted by relevance
68 #define RAWLEN 4096 /* intermediate uncompressed buffer size */ macro76 unsigned char raw[RAWLEN]; in partcompress()80 def->avail_in = fread(raw, 1, RAWLEN, in); in partcompress()99 unsigned char raw[RAWLEN]; in recompress()104 inf->avail_out = RAWLEN; in recompress()113 def->avail_in = RAWLEN - inf->avail_out; in recompress()
73 #define RAWLEN 4096 /* intermediate uncompressed buffer size */ macro81 unsigned char raw[RAWLEN]; in partcompress()85 def->avail_in = (uInt)fread(raw, 1, RAWLEN, in); in partcompress()106 unsigned char raw[RAWLEN]; in recompress()112 inf->avail_out = RAWLEN; in recompress()123 def->avail_in = RAWLEN - inf->avail_out; in recompress()