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

1 2 3 4 5 6 78

  /external/pdfium/core/include/thirdparties/zlib/
zlib.h 239 #define Z_MEM_ERROR (-4)
297 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
439 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
558 next_in or next_out was Z_NULL), Z_MEM_ERROR if there was not enough memory,
639 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 60 if (state == Z_NULL) return Z_MEM_ERROR;
246 error, or Z_MEM_ERROR if it could not allocate memory for the state.
zlib.h 243 #define Z_MEM_ERROR (-4)
301 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
443 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
562 next_in or next_out was Z_NULL), Z_MEM_ERROR if there was not enough memory,
643 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
infback.c 60 if (state == Z_NULL) return Z_MEM_ERROR;
246 error, or Z_MEM_ERROR if it could not allocate memory for the state.
  /external/zlib/src/
infback.c 60 if (state == Z_NULL) return Z_MEM_ERROR;
246 error, or Z_MEM_ERROR if it could not allocate memory for the state.
  /external/libpng/
pngwutil.c 548 ret = Z_MEM_ERROR;
563 ret = Z_MEM_ERROR;
606 ret = Z_MEM_ERROR;
    [all...]
pngrutil.c 713 ret = Z_MEM_ERROR;
714 png_zstream_error(png_ptr, Z_MEM_ERROR);
744 png_zstream_error(png_ptr, Z_MEM_ERROR);
745 return Z_MEM_ERROR;
    [all...]
png.c 1001 case Z_MEM_ERROR:
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 179 Z_MEM_ERROR = (-4);
  /external/chromium_org/third_party/libpng/
pngread.c 167 case Z_MEM_ERROR:
    [all...]
pngwutil.c 555 if (ret == Z_MEM_ERROR) png_error(png_ptr,
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngread.c 167 case Z_MEM_ERROR:
    [all...]
pngwutil.c 555 if (ret == Z_MEM_ERROR) png_error(png_ptr,
    [all...]
  /external/libpng/contrib/tools/
pngfix.c     [all...]

Completed in 524 milliseconds

1 2 3 4 5 6 78