Lines Matching defs:MZ_OK
1011 MZ_OK = 0,
1077 // MZ_OK on success.
1105 // MZ_OK on success (when flushing, or if more input is needed but not
1119 // MZ_OK on success.
1129 // Returns MZ_OK on success, or one of the error codes from mz_deflate() on
1163 // MZ_OK on success. Either more input is needed but not available, and/or
1182 // Returns MZ_OK on success, or one of the error codes from mz_inflate() on
1214 #define Z_OK MZ_OK
2073 return MZ_OK;
2083 return MZ_OK;
2089 int mz_status = MZ_OK;
2145 return MZ_OK;
2171 if (status != MZ_OK) return status;
2176 return (status == MZ_OK) ? MZ_BUF_ERROR : status;
2231 return MZ_OK;
2300 : MZ_OK;
2352 : MZ_OK;
2361 return MZ_OK;
2379 if (status != MZ_OK) return status;
2396 } s_error_descs[] = {{MZ_OK, ""},
7580 TEXR_ASSERT(ret == miniz::MZ_OK);
7614 if (miniz::MZ_OK != ret) {