Home | History | Annotate | Download | only in zlib

Lines Matching defs:Z_MEM_ERROR

179 #define Z_MEM_ERROR    (-4)
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
378 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
489 next_in or next_out was Z_NULL), Z_MEM_ERROR if there was not enough memory,
570 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
629 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
772 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
831 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
965 the paramaters are invalid, Z_MEM_ERROR if the internal state could not be
1111 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1127 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1150 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not