HomeSort by relevance Sort by last modified time
    Searched refs:Z_MEM_ERROR (Results 51 - 75 of 192) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /external/zlib/src/examples/
fitblk.c 94 return last deflate() return value, or Z_MEM_ERROR if inflate()
109 if (ret == Z_MEM_ERROR)
198 if (ret == Z_MEM_ERROR)
213 if (ret == Z_MEM_ERROR)
zran.c 141 returns the number of access points on success (>= 1), Z_MEM_ERROR for out
200 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
219 ret = Z_MEM_ERROR;
243 negative for error (Z_DATA_ERROR or Z_MEM_ERROR). If data is requested past
329 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR)
378 case Z_MEM_ERROR:
399 len == Z_MEM_ERROR ? "out of memory" : "input corrupted");
zpipe.c 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
131 case Z_MEM_ERROR:
167 case Z_MEM_ERROR:
  /external/freetype/src/gzip/
inftrees.c 312 return Z_MEM_ERROR;
345 return Z_MEM_ERROR;
353 else if (r != Z_MEM_ERROR)
379 else if (r != Z_MEM_ERROR)
428 return Z_MEM_ERROR;
432 return Z_MEM_ERROR;
zlib.h 138 #define Z_MEM_ERROR (-4)
189 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
300 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
370 (for example if next_in or next_out was NULL), Z_MEM_ERROR if there was not
433 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
482 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
531 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
598 compress returns Z_OK if success, Z_MEM_ERROR if there was not
610 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
626 uncompress returns Z_OK if success, Z_MEM_ERROR if there was no
    [all...]
  /external/llvm/lib/Support/
Compression.cpp 39 case Z_MEM_ERROR: return zlib::StatusOutOfMemory;
  /libcore/luni/src/main/native/
ZipUtilities.cpp 25 if (error == Z_MEM_ERROR) {
  /external/chromium_org/third_party/zlib/
gzread.c 121 gz_error(state, Z_MEM_ERROR, "out of memory");
136 gz_error(state, Z_MEM_ERROR, "out of memory");
259 if (ret == Z_MEM_ERROR) {
260 gz_error(state, Z_MEM_ERROR, "out of memory");
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 544 return state->err == Z_MEM_ERROR ? "out of memory" :
571 not try to free or allocate space if the error is Z_MEM_ERROR (out of
582 if (state->err != Z_MEM_ERROR)
597 if (err == Z_MEM_ERROR)
603 state->err = Z_MEM_ERROR;
gzread.c 101 gz_error(state, Z_MEM_ERROR, "out of memory");
116 gz_error(state, Z_MEM_ERROR, "out of memory");
197 if (ret == Z_MEM_ERROR) {
198 gz_error(state, Z_MEM_ERROR, "out of memory");
  /external/qemu/distrib/zlib-1.2.8/
gzlib.c 544 return state->err == Z_MEM_ERROR ? "out of memory" :
571 not try to free or allocate space if the error is Z_MEM_ERROR (out of
582 if (state->err != Z_MEM_ERROR)
597 if (err == Z_MEM_ERROR)
603 state->err = Z_MEM_ERROR;
gzread.c 101 gz_error(state, Z_MEM_ERROR, "out of memory");
116 gz_error(state, Z_MEM_ERROR, "out of memory");
197 if (ret == Z_MEM_ERROR) {
198 gz_error(state, Z_MEM_ERROR, "out of memory");

Completed in 932 milliseconds

1 23 4 5 6 7 8