Searched refs:MZ_OK (Results 1 – 3 of 3) sorted by relevance
129 enum { MZ_OK = 0, MZ_STREAM_END = 1, MZ_NEED_DICT = 2, MZ_ERRNO = -1, MZ_STREAM_ERROR = -2, MZ_DATA… enumerator272 #define Z_OK MZ_OK
268 MZ_OK = 0, enumerator422 #define Z_OK MZ_OK
221 return MZ_OK; in mz_deflateInit2()230 return MZ_OK; in mz_deflateReset()237 int mz_status = MZ_OK; in mz_deflate()300 return MZ_OK; in mz_deflateEnd()326 if (status != MZ_OK) in mz_compress2()333 return (status == MZ_OK) ? MZ_BUF_ERROR : status; in mz_compress2()392 return MZ_OK; in mz_inflateInit2()423 return MZ_OK; in mz_inflateReset()492 … ((pState->m_last_status == TINFL_STATUS_DONE) && (!pState->m_dict_avail)) ? MZ_STREAM_END : MZ_OK; in mz_inflate()535 return ((status == TINFL_STATUS_DONE) && (!pState->m_dict_avail)) ? MZ_STREAM_END : MZ_OK; in mz_inflate()[all …]