Home | History | Annotate | Download | only in include

Lines Matching refs:Z_MEM_ERROR

176 #define Z_MEM_ERROR    (-4)
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
728 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
783 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
872 the paramaters are invalid, Z_MEM_ERROR if the internal state could not
1019 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1035 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1060 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1083 zlib error is Z_MEM_ERROR). */