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

/netbsd-current/sys/net/
H A Dppp-deflate.c289 flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
305 flush = Z_PACKET_FLUSH;
529 flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
558 flush = Z_PACKET_FLUSH;
H A Dzlib.h421 #define Z_PACKET_FLUSH 2 macro
544 If the parameter flush is set to Z_PACKET_FLUSH, the compression
645 If the parameter flush is set to Z_SYNC_FLUSH or Z_PACKET_FLUSH,
648 parameter other than Z_SYNC_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
650 anyway. For Z_PACKET_FLUSH, inflate checks that once all the input data
H A Dzlib.c10 * - added Z_PACKET_FLUSH (see zlib.h for details)
1144 } else if (flush == Z_PACKET_FLUSH) {
3574 if (f == Z_PACKET_FLUSH && z->avail_in == 0 && z->avail_out != 0)
3627 if (f != Z_PACKET_FLUSH)
/netbsd-current/external/bsd/ppp/dist/pppdump/
H A Ddeflate.c265 r = inflate(&state->strm, Z_PACKET_FLUSH);

Completed in 196 milliseconds