HomeSort by: relevance | last modified time | path
    Searched defs:Z_FULL_FLUSH (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
zlib.h 423 #define Z_FULL_FLUSH 4
533 If flush is set to Z_FULL_FLUSH, all output is flushed as with
536 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
883 description of deflate with Z_FULL_FLUSH) can be found, or until all
  /src/common/dist/zlib/
zlib.h 173 #define Z_FULL_FLUSH 3
315 If flush is set to Z_FULL_FLUSH, all output is flushed as with
318 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
324 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
624 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
931 for the description of deflate with Z_FULL_FLUSH) can be found, or until all

Completed in 18 milliseconds