Home | History | Annotate | Download | only in include

Lines Matching defs:Z_MEM_ERROR

179 #define Z_MEM_ERROR    (-4)
236 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
357 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
459 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
539 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
596 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
736 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
795 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
884 the paramaters are invalid, Z_MEM_ERROR if the internal state could not
1031 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1047 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1072 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1096 zlib error is Z_MEM_ERROR). */