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

/linux-master/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-master/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c98 if (flush == Z_BLOCK || flush == Z_PACKET_FLUSH) {
100 * as well as the use of Z_PACKET_FLUSH option (used exclusively by PPP driver)
/linux-master/drivers/net/ppp/
H A Dppp_deflate.c226 r = zlib_deflate(&state->strm, Z_PACKET_FLUSH);
459 r = zlib_inflate(&state->strm, Z_PACKET_FLUSH);
/linux-master/lib/zlib_inflate/
H A Dinflate.c760 if (flush == Z_PACKET_FLUSH && ret == Z_OK &&
/linux-master/lib/zlib_deflate/
H A Ddeflate.c431 } else if (flush == Z_PACKET_FLUSH) {

Completed in 105 milliseconds