Searched refs:RAWLEN (Results 1 – 1 of 1) 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()