Searched defs:Z_MEM_ERROR (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/zlib-1.2.6/ |
H A D | zlib.h | 179 #define Z_MEM_ERROR (-4) macro 237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough 379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough 495 next_in or next_out was Z_NULL), Z_MEM_ERROR if there was not enough memory, 576 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 640 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not 804 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 868 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not 1002 the parameters are invalid, Z_MEM_ERROR if the internal state could not be 1149 compress returns Z_OK if success, Z_MEM_ERROR i [all...] |
Completed in 1897 milliseconds