HomeSort by: relevance | last modified time | path
    Searched refs:Z_FULL_FLUSH (Results 1 - 10 of 10) 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
zlib.c 1153 if (flush == Z_FULL_FLUSH) {
3740 * by Z_SYNC_FLUSH or Z_FULL_FLUSH. This function is used by one PPP
4406 * by Z_SYNC_FLUSH or Z_FULL_FLUSH.
  /src/common/dist/zlib/test/
example.c 348 err = deflate(&c_stream, Z_FULL_FLUSH);
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 71 Z_FULL_FLUSH = 3;
example.pas 386 err := deflate(c_stream, Z_FULL_FLUSH);
  /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
deflate.c 1213 if (flush == Z_FULL_FLUSH) {
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 62 Z_FULL_FLUSH : constant := 3; -- zlib.h:128
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 170 Z_FULL_FLUSH = 3;
  /src/common/dist/zlib/os400/
zlib.inc 40 D Z_FULL_FLUSH C 3

Completed in 23 milliseconds