Lines Matching refs:MZ_OK
282 return MZ_OK; in mz_deflateInit2()
290 return MZ_OK; in mz_deflateReset()
297 int mz_status = MZ_OK; in mz_deflate()
350 return MZ_OK; in mz_deflateEnd()
375 if (status != MZ_OK) return status; in mz_compress2()
381 return (status == MZ_OK) ? MZ_BUF_ERROR : status; in mz_compress2()
434 return MZ_OK; in mz_inflateInit2()
492 … ((pState->m_last_status == TINFL_STATUS_DONE) && (!pState->m_dict_avail)) ? MZ_STREAM_END : MZ_OK; in mz_inflate()
530 return ((status == TINFL_STATUS_DONE) && (!pState->m_dict_avail)) ? MZ_STREAM_END : MZ_OK; in mz_inflate()
542 return MZ_OK; in mz_inflateEnd()
560 if (status != MZ_OK) in mz_uncompress()
578 { MZ_OK, "" }, in mz_error()