HomeSort by relevance Sort by last modified time
    Searched refs:Z_SYNC_FLUSH (Results 151 - 175 of 175) sorted by null

1 2 3 4 5 67

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zlib.h 166 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
167 #define Z_SYNC_FLUSH 2
279 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
287 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
295 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
399 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
400 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 166 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
167 #define Z_SYNC_FLUSH 2
279 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
287 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
295 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
399 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
400 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 70 Z_SYNC_FLUSH = 2;
  /external/chromium_org/net/spdy/
spdy_framer.cc     [all...]
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h 226 #define Z_SYNC_FLUSH 2
340 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
352 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
359 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
368 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
376 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
481 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
482 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zlib.h 230 #define Z_SYNC_FLUSH 2
344 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
356 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
363 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
372 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
380 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
485 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
486 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 379 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 379 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH):
  /external/zlib/src/contrib/delphi/
ZLib.pas 169 Z_SYNC_FLUSH = 2;
  /external/libpng/
pngpread.c 866 /* Using Z_SYNC_FLUSH here means that an unterminated
873 ret = inflate(&png_ptr->zstream, Z_SYNC_FLUSH);
    [all...]
pngwrite.c 909 png_compress_IDAT(png_ptr, NULL, 0, Z_SYNC_FLUSH);
    [all...]
pngrutil.c 458 * be returned or there has been a problem, otherwise Z_SYNC_FLUSH is used and
548 (finish ? Z_FINISH : Z_SYNC_FLUSH));
792 /* Use Z_SYNC_FLUSH when there is no more chunk data to ensure that all
797 *chunk_bytes > 0 ? Z_NO_FLUSH : (finish ? Z_FINISH : Z_SYNC_FLUSH));
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 47 int ret = inflate((z_stream*)context, Z_SYNC_FLUSH);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zlib.py 325 sync_opt = ['Z_NO_FLUSH', 'Z_SYNC_FLUSH', 'Z_FULL_FLUSH']
346 if hasattr(zlib, 'Z_SYNC_FLUSH'):
370 second = co.flush(zlib.Z_SYNC_FLUSH)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zlib.py 325 sync_opt = ['Z_NO_FLUSH', 'Z_SYNC_FLUSH', 'Z_FULL_FLUSH']
346 if hasattr(zlib, 'Z_SYNC_FLUSH'):
370 second = co.flush(zlib.Z_SYNC_FLUSH)
  /external/chromium_org/third_party/libpng/
pngpread.c 867 /* Using Z_SYNC_FLUSH here means that an unterminated
874 ret = inflate(&png_ptr->zstream, Z_SYNC_FLUSH);
    [all...]
pngwrite.c 1001 ret = deflate(&png_ptr->zstream, Z_SYNC_FLUSH);
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngpread.c 867 /* Using Z_SYNC_FLUSH here means that an unterminated
874 ret = inflate(&png_ptr->zstream, Z_SYNC_FLUSH);
    [all...]
pngwrite.c 1001 ret = deflate(&png_ptr->zstream, Z_SYNC_FLUSH);
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c     [all...]
  /external/zlib/src/contrib/minizip/
unzip.c     [all...]
  /external/libpng/contrib/tools/
pngfix.c     [all...]
  /external/qemu/ui/
vnc-android.c 612 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) {
    [all...]
vnc.c 604 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) {
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]

Completed in 913 milliseconds

1 2 3 4 5 67