Searched defs:Z_MEM_ERROR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h200 #define Z_MEM_ERROR (-4) macro
257 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
378 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
476 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
556 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
613 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
752 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
807 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
896 the paramaters are invalid, Z_MEM_ERROR if the internal state could not
1043 compress returns Z_OK if success, Z_MEM_ERROR i
[all...]

Completed in 31 milliseconds