Home
last modified time | relevance | path

Searched refs:Z_PACKET_FLUSH (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/netgraph/
Dng_deflate.c488 rtn = deflate(&priv->cx, Z_PACKET_FLUSH); in ng_deflate_compress()
606 rtn = inflate(&priv->cx, Z_PACKET_FLUSH); in ng_deflate_decompress()
/freebsd-9-stable/sys/net/
Dzlib.h334 #define Z_PACKET_FLUSH 2 macro
Dzlib.c1076 } else if (flush == Z_PACKET_FLUSH) {
3264 if (f == Z_PACKET_FLUSH && z->avail_in == 0 && z->avail_out != 0)
3316 if (f != Z_PACKET_FLUSH)