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

/linux-4.1.27/drivers/net/ppp/
H A Dppp_deflate.c229 r = zlib_deflate(&state->strm, Z_PACKET_FLUSH); z_compress()
463 r = zlib_inflate(&state->strm, Z_PACKET_FLUSH); z_decompress()
/linux-4.1.27/include/linux/
H A Dzlib.h43 * Z_PACKET_FLUSH is added and used by ppp_deflate. Before returning
141 #define Z_PACKET_FLUSH 2 macro
/linux-4.1.27/lib/zlib_deflate/
H A Ddeflate.c428 } else if (flush == Z_PACKET_FLUSH) { zlib_deflate()
/linux-4.1.27/lib/zlib_inflate/
H A Dinflate.c732 if (flush == Z_PACKET_FLUSH && ret == Z_OK && zlib_inflate()

Completed in 162 milliseconds