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

1 2 3 45

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 177 #define Z_STREAM_ERROR (-2)
237 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
323 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
337 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
359 version assumed by the caller, or Z_STREAM_ERROR if the parameters are
458 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
475 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
540 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
577 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
597 enough memory, Z_STREAM_ERROR if the source stream state was inconsisten
    [all...]

Completed in 57 milliseconds

1 2 3 45