Lines Matching refs:RINOK
48 RINOK(m.ParseMethodFromString(names[i])); in SetMethods()
83 RINOK(CreateHasher(EXTERNAL_CODECS_LOC_VARS ids[i], name, hasher)); in SetMethods()
91 RINOK(m.SetCoderProps(scp, NULL)); in SetMethods()
213 RINOK(callback->StartScanning()); in HashCalc()
227 RINOK(callback->FinishScanning(dirItems.Stat)); in HashCalc()
232 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS options.Methods)); in HashCalc()
239 RINOK(callback->SetNumFiles(1)); in HashCalc()
243 RINOK(callback->SetTotal(dirItems.Stat.GetTotalBytes())); in HashCalc()
253 RINOK(callback->BeforeFirstFile(hb)); in HashCalc()
286 RINOK(callback->GetStream(path, isDir)); in HashCalc()
295 RINOK(callback->SetCompleted(&completeValue)); in HashCalc()
297 RINOK(inStream->Read(buf, kBufSize, &size)); in HashCalc()
306 RINOK(callback->SetOperationResult(fileSize, hb, !isDir)); in HashCalc()
307 RINOK(callback->SetCompleted(&completeValue)); in HashCalc()