Lines Matching refs:SZ_OK
138 return SZ_OK;
260 return SZ_OK;
295 return SZ_OK;
316 return (propSize == 0) ? SZ_OK : SZ_ERROR_UNSUPPORTED;
364 return SZ_OK;
463 return SZ_OK;
477 return SZ_OK;
531 p->results[i] = SZ_OK;
535 p->res = SZ_OK;
623 if (res == SZ_OK)
634 if (res != SZ_OK || srcWasFinished || wasFinished)
675 SRes resMain = SZ_OK;
724 if (p->results[i] != SZ_OK)
726 if (resMain == SZ_OK)
738 if (res != SZ_OK)
741 if (resMain == SZ_OK)
750 if (p->numCoders == 1 && res == SZ_OK)
794 return XzFlags_IsSupported(*p) ? SZ_OK : SZ_ERROR_UNSUPPORTED;
895 return SZ_OK;
947 return SZ_OK;
1067 return SZ_OK;
1102 return SZ_OK;
1127 return SZ_OK;
1139 return SZ_OK;
1202 return SZ_OK;
1216 return SZ_OK;
1232 return SZ_OK;
1252 return SZ_OK;
1366 return SZ_OK;
1689 coder->codeRes = SZ_OK;
1749 if (res != SZ_OK)
1756 return SZ_OK;
1772 return; // SZ_OK;
1798 return; // SZ_OK;
1801 return; // SZ_OK;
1804 return; // SZ_OK;
1822 return; // SZ_OK;
1858 return; // SZ_OK;
1866 return; // SZ_OK;
1878 return SZ_OK;
1913 if (res != SZ_OK)
1917 return SZ_OK;
1922 return SZ_OK;
1953 return SZ_OK;
1958 return SZ_OK;
1960 return SZ_OK;
1962 if (coder->codeRes == SZ_OK)
1987 if (res == SZ_OK)
1991 return SZ_OK;
1999 return SZ_OK;
2023 return SZ_OK;
2029 return SZ_OK;
2033 return SZ_OK;
2067 if (me->mainErrorCode == SZ_OK)
2076 if (me->writeRes != SZ_OK)
2079 res = SZ_OK;
2112 if (res != SZ_OK)
2117 if (coder->codeRes != SZ_OK)
2130 return SZ_OK;
2136 return SZ_OK;
2165 return SZ_OK;
2200 if (res != SZ_OK)
2202 return SZ_OK;
2225 return SZ_OK;
2235 return SZ_OK;
2270 if (inLim == 0 || me->mtc.readRes != SZ_OK)
2290 if (res != SZ_OK)
2292 return SZ_OK;
2303 return SZ_OK;
2319 return SZ_OK;
2346 p->DecodeRes = SZ_OK;
2347 p->ReadRes = SZ_OK;
2348 p->ProgressRes = SZ_OK;
2350 p->CombinedRes = SZ_OK;
2351 p->CombinedRes_Type = SZ_OK;
2357 XzDecMt_Decode_ST() can return SZ_OK or the following errors
2456 if (inLim == 0 || p->readRes != SZ_OK)
2491 finished = ((inProcessed == 0 && outProcessed == 0) || res != SZ_OK);
2506 if (p->progress && res == SZ_OK)
2512 if (res != SZ_OK)
2527 // so we return SZ_OK here instead of (res);
2528 return SZ_OK;
2539 it can convert SZ_OK to SZ_ERROR_INPUT_EOF
2540 it can convert SZ_ERROR_NO_ARCHIVE to SZ_OK and (DataAfterEnd = 1)
2565 if (res == SZ_OK)
2601 res = SZ_OK;
2606 if (stat->DecodeRes == SZ_OK)
2651 p->writeRes = SZ_OK;
2656 p->readRes = SZ_OK;
2658 p->codeRes = SZ_OK;
2682 p->mainErrorCode = SZ_OK;
2743 if (res == SZ_OK)
2745 if (p->mtc.mtProgress.res != SZ_OK)
2782 if (p->mainErrorCode != SZ_OK)
2793 if (res == SZ_OK)
2797 if (p->writeRes != SZ_OK)
2802 else if (p->mtc.readRes != SZ_OK
2809 else if (stat->DecodeRes != SZ_OK)
2814 if (stat->CombinedRes_Type == SZ_OK)
2837 if (p->mainErrorCode != SZ_OK)
2851 if (res == SZ_OK)
2853 if (p->readRes != SZ_OK
2862 else if (stat->DecodeRes != SZ_OK)
2867 if (stat->CombinedRes_Type == SZ_OK)