HomeSort by relevance Sort by last modified time
    Searched defs:Z_MEM_ERROR (Results 1 - 5 of 5) sorted by null

  /development/ndk/platforms/android-3/include/linux/
zlib.h 54 #define Z_MEM_ERROR (-4)
  /external/freetype/src/gzip/
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...]
  /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/chromium_org/third_party/zlib/
zlib.h 180 #define Z_MEM_ERROR (-4)
242 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
383 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
494 next_in or next_out was Z_NULL), Z_MEM_ERROR if there was not enough memory,
575 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
634 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
    [all...]

Completed in 60 milliseconds