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

  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 165 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
166 #define Z_SYNC_FLUSH 2
278 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
286 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
294 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
394 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
395 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
  /src/sys/net/
zlib.h 420 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
422 #define Z_SYNC_FLUSH 3
526 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
534 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
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
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 170 #define Z_SYNC_FLUSH 2
286 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
305 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
314 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
433 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
434 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 170 #define Z_SYNC_FLUSH 2
286 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
305 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
314 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
432 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
621 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 170 #define Z_SYNC_FLUSH 2
286 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
305 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
314 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
432 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
621 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 170 #define Z_SYNC_FLUSH 2
286 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
305 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
314 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
433 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
434 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
  /src/common/dist/zlib/
zlib.h 176 #define Z_SYNC_FLUSH 2
292 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
304 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
311 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
320 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
328 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
439 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
440 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
631 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 508 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
509 #define Z_SYNC_FLUSH 2
621 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
629 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
637 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
737 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
738 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much

Completed in 36 milliseconds