HomeSort by relevance Sort by last modified time
    Searched refs:Z_MEM_ERROR (Results 76 - 100 of 189) sorted by null

1 2 34 5 6 7 8

  /external/zlib/src/
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");
gzwrite.c 24 gz_error(state, Z_MEM_ERROR, "out of memory");
34 gz_error(state, Z_MEM_ERROR, "out of memory");
47 gz_error(state, Z_MEM_ERROR, "out of memory");
inflate.c 210 if (state == Z_NULL) return Z_MEM_ERROR;
    [all...]
  /external/freetype/src/gzip/
inflate.c 104 return Z_MEM_ERROR;
129 return Z_MEM_ERROR;
infblock.c 164 r = Z_MEM_ERROR;
231 r = Z_MEM_ERROR;
331 r = Z_MEM_ERROR;
  /external/zlib/src/test/
infcover.c 328 assert(ret == Z_MEM_ERROR);
422 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR);
423 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR);
438 ret = inflateCopy(&copy, &strm); assert(ret == Z_MEM_ERROR);
542 assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR);
  /external/chromium_org/third_party/zlib/
gzlib.c 483 not try to free or allocate space if the error is Z_MEM_ERROR (out of
494 if (state->err != Z_MEM_ERROR)
505 if (err == Z_MEM_ERROR) {
512 state->err = Z_MEM_ERROR;
inflate.c 189 if (state == Z_NULL) return Z_MEM_ERROR;
    [all...]
gzwrite.c 29 gz_error(state, Z_MEM_ERROR, "out of memory");
41 gz_error(state, Z_MEM_ERROR, "out of memory");
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzwrite.c 24 gz_error(state, Z_MEM_ERROR, "out of memory");
34 gz_error(state, Z_MEM_ERROR, "out of memory");
47 gz_error(state, Z_MEM_ERROR, "out of memory");
fx_zlib_inflate.c 210 if (state == Z_NULL) return Z_MEM_ERROR;
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
gzwrite.c 24 gz_error(state, Z_MEM_ERROR, "out of memory");
34 gz_error(state, Z_MEM_ERROR, "out of memory");
47 gz_error(state, Z_MEM_ERROR, "out of memory");
inflate.c 210 if (state == Z_NULL) return Z_MEM_ERROR;
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
mztools.c 131 err = Z_MEM_ERROR;
  /external/zlib/src/contrib/minizip/
mztools.c 141 err = Z_MEM_ERROR;
  /system/extras/tests/bionic/libc/other/
test_zlib.c 131 case Z_MEM_ERROR:
  /development/ndk/platforms/android-3/include/
zlib.h 176 #define Z_MEM_ERROR (-4)
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 176 #define Z_MEM_ERROR (-4)
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
    [all...]
  /external/zlib/src/examples/
gzjoin.c 331 case Z_MEM_ERROR:
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h 176 #define Z_MEM_ERROR (-4)
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h 176 #define Z_MEM_ERROR (-4)
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zlib.h 176 #define Z_MEM_ERROR (-4)
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
zlib.h 176 #define Z_MEM_ERROR (-4)
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
zlib.h 176 #define Z_MEM_ERROR (-4)
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
    [all...]

Completed in 2225 milliseconds

1 2 34 5 6 7 8