HomeSort by relevance Sort by last modified time
    Searched refs:Z_NO_FLUSH (Results 1 - 25 of 43) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
zlib.h 40 #define Z_NO_FLUSH 0
  /external/zlib/examples/
fitblk.c 78 flush = Z_NO_FLUSH;
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
101 flush = Z_NO_FLUSH;
106 ret = inflate(inf, Z_NO_FLUSH);
zpipe.c 49 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
115 ret = inflate(&strm, Z_NO_FLUSH);
gzlog.c 318 (void)deflate(&strm, Z_NO_FLUSH);
zran.c 321 ret = inflate(&strm, Z_NO_FLUSH); /* normal inflate */
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
zlib.h 40 #define Z_NO_FLUSH 0
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
zlib.h 40 #define Z_NO_FLUSH 0
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
zlib.h 40 #define Z_NO_FLUSH 0
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
zlib.h 40 #define Z_NO_FLUSH 0
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
zlib.h 40 #define Z_NO_FLUSH 0
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
zlib.h 40 #define Z_NO_FLUSH 0
  /external/zlib/
example.c 189 err = deflate(&c_stream, Z_NO_FLUSH);
229 err = inflate(&d_stream, Z_NO_FLUSH);
270 err = deflate(&c_stream, Z_NO_FLUSH);
281 err = deflate(&c_stream, Z_NO_FLUSH);
288 err = deflate(&c_stream, Z_NO_FLUSH);
325 err = inflate(&d_stream, Z_NO_FLUSH);
404 inflate(&d_stream, Z_NO_FLUSH);
486 err = inflate(&d_stream, Z_NO_FLUSH);
deflate.c 384 s->last_flush = Z_NO_FLUSH;
787 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
800 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
    [all...]
zlib.h 162 #define Z_NO_FLUSH 0
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
    [all...]
  /external/kernel-headers/original/linux/
zlib.h 139 #define Z_NO_FLUSH 0
361 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
    [all...]
  /external/zlib/contrib/pascal/
example.pas 206 err := deflate(c_stream, Z_NO_FLUSH);
252 err := inflate(d_stream, Z_NO_FLUSH);
292 err := deflate(c_stream, Z_NO_FLUSH);
301 err := deflate(c_stream, Z_NO_FLUSH);
308 err := deflate(c_stream, Z_NO_FLUSH);
345 err := inflate(d_stream, Z_NO_FLUSH);
427 inflate(d_stream, Z_NO_FLUSH);
506 err := inflate(d_stream, Z_NO_FLUSH);
  /frameworks/base/libs/utils/
ZipUtils.cpp 115 zerr = inflate(&zstream, Z_NO_FLUSH);
227 zerr = inflate(&zstream, Z_NO_FLUSH);
  /system/extras/tests/bionic/libc/other/
test_zlib.c 68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
126 ret = inflate(&strm, Z_NO_FLUSH);
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 384 s->last_flush = Z_NO_FLUSH;
787 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
800 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
    [all...]
zlib.h 162 #define Z_NO_FLUSH 0
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zlib.h 162 #define Z_NO_FLUSH 0
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zlib.h 162 #define Z_NO_FLUSH 0
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
    [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zlib.h 162 #define Z_NO_FLUSH 0
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zlib.h 162 #define Z_NO_FLUSH 0
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zlib.h 162 #define Z_NO_FLUSH 0
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
    [all...]

Completed in 713 milliseconds

1 2