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

  /development/ndk/platforms/android-3/include/linux/
zlib.h 52 #define Z_STREAM_ERROR (-2)
  /external/freetype/src/gzip/
zlib.h 136 #define Z_STREAM_ERROR (-2)
190 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
269 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
280 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
369 adler32 checksum), Z_STREAM_ERROR if the stream structure was inconsistent
384 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
434 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
465 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
483 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
494 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the sourc
    [all...]
  /development/ndk/platforms/android-3/include/
zlib.h 174 #define Z_STREAM_ERROR (-2)
234 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
320 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
451 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
533 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the sourc
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 174 #define Z_STREAM_ERROR (-2)
234 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
320 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
451 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
533 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the sourc
    [all...]
  /external/chromium_org/third_party/zlib/
zlib.h 178 #define Z_STREAM_ERROR (-2)
243 memory, Z_STREAM_ERROR if level is not a valid compression level, or
349 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
363 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
385 version assumed by the caller, or Z_STREAM_ERROR if the parameters are
493 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
510 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
576 memory, Z_STREAM_ERROR if any parameter is invalid (such as an invalid
615 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
635 enough memory, Z_STREAM_ERROR if the source stream state was inconsisten
    [all...]

Completed in 300 milliseconds