Home | History | Annotate | Download | only in Common

Lines Matching refs:RINOK

25   RINOK(archive->GetProperty(index, propID, &prop));

42 RINOK(Archive->GetProperty(index, kpidPath, &prop));
54 RINOK(Archive->GetProperty(index, kpidExtension, &prop));
71 RINOK(Archive->GetProperty(index, kpidMTime, &prop));
150 RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL));
152 RINOK(ReadStream(stream, byteBuffer, &processedSize));
219 RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL));
221 RINOK(ReadStream(stream, buffer, &processedSize));
265 RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL));
270 RINOK(codecs->CreateInArchive(FormatIndex, archive));
280 RINOK(setCompressCodecsInfo->SetCompressCodecsInfo(codecs));
301 RINOK(result);
351 RINOK(stream->Seek(0, STREAM_SEEK_END, &fileSize));
352 RINOK(callback->SetTotal(NULL, &fileSize))
363 RINOK(Arcs[i].Archive->Close());
407 RINOK(arc.OpenStreamOrFile(codecs, formatIndex, stdInMode, stream, callback));
419 RINOK(arc.Archive->GetArchiveProperty(kpidMainSubfile, &prop));
425 RINOK(arc.Archive->GetNumberOfItems(&numItems));
444 RINOK(arc.GetItemPath(mainSubfile, arc2.Path));
456 RINOK(result);
457 RINOK(arc.GetItemMTime(mainSubfile, arc2.MTime, arc2.MTimeDefined));
509 RINOK(Open(codecs, formatIndices, stdInMode, stream, filePath, callback));