Searched refs:DecodeRes (Results 1 – 3 of 3) sorted by relevance
2312 p->DecodeRes = SZ_OK; in XzStatInfo_Clear()2572 if (stat->DecodeRes == SZ_OK) in XzStatInfo_SetStat()2573 stat->DecodeRes = res; in XzStatInfo_SetStat()2749 stat->DecodeRes = p->mainErrorCode; in XzDecMt_Decode()2770 && stat->DecodeRes == SZ_ERROR_INPUT_EOF) in XzDecMt_Decode()2775 else if (stat->DecodeRes != SZ_OK) in XzDecMt_Decode()2776 res = stat->DecodeRes; in XzDecMt_Decode()2804 stat->DecodeRes = p->mainErrorCode; in XzDecMt_Decode()2821 && stat->DecodeRes == SZ_ERROR_INPUT_EOF) in XzDecMt_Decode()2828 else if (stat->DecodeRes != SZ_OK) in XzDecMt_Decode()[all …]
463 SRes DecodeRes; // the error code of xz streams data decoding member
2897 CTotalBenchRes DecodeRes; member2919 void Init() { EncodeRes.Init(); DecodeRes.Init(); } in Init()2968 ShowFreq, CpuFreq, &DecodeRes); in SetDecodeResult()4568 PrintTotals(f, showFreq, cpuFreq, !totalBenchMode, callback.DecodeRes); in Bench()4575 midRes.Update_With_Res(callback.DecodeRes); in Bench()