Searched refs:DEFLATE_OVHD (Results 1 – 1 of 1) sorted by relevance
37 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro217 wptr += DEFLATE_OVHD; in z_compress()218 olen = PPP_HDRLEN + DEFLATE_OVHD; in z_compress()422 if (isize <= PPP_HDRLEN + DEFLATE_OVHD) { in z_decompress()452 state->strm.next_in = ibuf + PPP_HDRLEN + DEFLATE_OVHD; in z_decompress()453 state->strm.avail_in = isize - (PPP_HDRLEN + DEFLATE_OVHD); in z_decompress()