Searched refs:RINOK (Results 1 - 25 of 74) sorted by relevance

123

/external/lzma/CPP/7zip/Common/
H A DVirtThread.cpp22 RINOK(StartEvent.CreateIfNotCreated());
23 RINOK(FinishedEvent.CreateIfNotCreated());
H A DStreamUtils.cpp21 RINOK(res);
31 RINOK(ReadStream(stream, data, &processedSize));
38 RINOK(ReadStream(stream, data, &processedSize));
51 RINOK(res);
H A DLockedStream.cpp11 RINOK(_stream->Seek(startPos, STREAM_SEEK_SET, NULL));
H A DCreateCoder.cpp35 RINOK(codecsInfo->GetProperty(index, propID, &prop));
48 RINOK(codecsInfo->GetProperty(index, propID, &prop));
63 RINOK(GetCodecs->GetNumberOfMethods(&num));
68 RINOK(GetCodecs->GetProperty(i, NMethodPropID::kID, &prop));
77 RINOK(GetCodecs->GetProperty(i, NMethodPropID::kName, &prop));
83 RINOK(ReadNumberOfStreams(GetCodecs, i, NMethodPropID::kInStreams, info.NumInStreams));
84 RINOK(ReadNumberOfStreams(GetCodecs, i, NMethodPropID::kOutStreams, info.NumOutStreams));
85 RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kEncoderIsAssigned, info.EncoderIsAssigned));
86 RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned));
98 RINOK(GetHasher
[all...]
H A DFilterCoder.cpp34 RINOK(WriteStream(outStream, _buffer, size));
42 RINOK(Init());
53 RINOK(ReadStream(inStream, _buffer + bufferPos, &processedSize));
71 RINOK(WriteWithLimit(outStream, bufferPos));
74 RINOK(progress->SetRatioInfo(&_nowPos64, &_nowPos64));
123 RINOK(WriteWithLimit(_outStream, _bufferPos));
145 RINOK(WriteWithLimit(_outStream, _bufferPos));
198 RINOK(ReadStream(_inStream, _buffer + _bufferPos, &processedSizeTemp));
H A DStreamBinder.cpp43 RINOK(_canWrite_Event.Create(true));
44 RINOK(_canRead_Event.Create());
83 RINOK(_canRead_Event.Lock());
/external/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp38 RINOK(inStream->Read(_buffer, size, &size));
43 RINOK(WriteStream(outStream, _buffer, size));
48 RINOK(progress->SetRatioInfo(&TotalSize, &TotalSize));
70 RINOK(copyCoder->Code(inStream, outStream, NULL, &size, progress));
H A DLzmaDecoder.cpp66 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc)));
103 RINOK(inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
147 RINOK(res2);
168 RINOK(progress->SetRatioInfo(&inSize, &_outSizeProcessed));
196 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
219 RINOK(SResToHRESULT(res));
236 RINOK(CreateInputBuffer());
244 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.cpp45 RINOK(_extractCallback->GetStream(_ref2Offset + index, &realOutStream, askMode));
78 RINOK(OpenFile());
79 RINOK(CloseFileAndSetResult());
93 RINOK(_crcStream->Write(data, cur, &cur));
103 RINOK(CloseFileAndSetResult());
104 RINOK(ProcessEmptyFiles());
110 RINOK(ProcessEmptyFiles());
118 RINOK(OpenFile());
139 RINOK(CloseFileAndSetResult(resultEOperationResult));
143 RINOK(OpenFil
[all...]
H A D7zFolderInStream.cpp49 RINOK(streamGetSize->GetSize(&_currentSize));
54 RINOK(_updateCallback->SetOperationResult(NArchive::NUpdate::NOperationResult::kOK));
69 RINOK(_updateCallback->SetOperationResult(NArchive::NUpdate::NOperationResult::kOK));
88 RINOK(_inStreamWithHash->Read(data, size, &processed2));
91 RINOK(CloseStream());
101 RINOK(OpenStream());
H A D7zHandlerOut.cpp64 RINOK(PropsMethod_To_FullMethod(methodFull, m));
109 RINOK(PropsMethod_To_FullMethod(methodFull, oneMethodInfo));
148 RINOK(updateCallback->GetProperty(index, propID, &prop));
286 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive));
324 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop));
337 if (need_CTime) RINOK(GetTime(updateCallback, i, kpidCTime, ui.CTime, ui.CTimeDefined));
338 if (need_ATime) RINOK(GetTime(updateCallback, i, kpidATime, ui.ATime, ui.ATimeDefined));
339 if (need_MTime) RINOK(GetTime(updateCallback, i, kpidMTime, ui.MTime, ui.MTimeDefined));
357 RINOK(updateCallback->GetProperty(i, kpidPath, &prop));
370 RINOK(updateCallbac
[all...]
H A D7zExtract.cpp139 RINOK(extractCallback->SetTotal(importantTotalUnpacked));
162 RINOK(lps->SetCur());
196 RINOK(result);
236 RINOK(folderOutStream->FlushCorrupted(NExtract::NOperationResult::kDataError));
241 RINOK(folderOutStream->FlushCorrupted(NExtract::NOperationResult::kUnsupportedMethod));
248 RINOK(folderOutStream->FlushCorrupted(NExtract::NOperationResult::kDataError));
254 RINOK(folderOutStream->FlushCorrupted(NExtract::NOperationResult::kDataError));
/external/lzma/C/
H A DXzIn.c15 RINOK(SeqInStream_Read2(inStream, sig, XZ_STREAM_HEADER_SIZE, SZ_ERROR_NO_ARCHIVE));
30 RINOK(SeqInStream_ReadByte(inStream, &header[0]));
41 RINOK(SeqInStream_Read(inStream, header + 1, headerSize - 1));
150 RINOK(SeekFromCur(stream, startOffset));
152 RINOK(LookInStream_Read2(stream, buf, XZ_STREAM_FOOTER_SIZE, SZ_ERROR_NO_ARCHIVE));
168 RINOK(SeekFromCur(stream, startOffset));
169 RINOK(LookInStream_Read2(stream, tempBuf, i, SZ_ERROR_NO_ARCHIVE));
184 RINOK(stream->Seek(stream, startOffset, SZ_SEEK_SET));
185 RINOK(LookInStream_Read2(stream, buf, XZ_STREAM_FOOTER_SIZE, SZ_ERROR_NO_ARCHIVE));
201 RINOK(SeekFromCu
[all...]
H A D7zArcIn.c304 RINOK(ReadNumber(sd, &value64));
318 RINOK(ReadNumber(sd, &size));
330 RINOK(ReadID(sd, &type));
335 RINOK(SkipData(sd));
373 RINOK(SzReadByte(sd, &allAreDefined));
419 RINOK(ReadBitVector(sd, numItems, &crcs->Defs, alloc));
427 RINOK(SzReadByte(sd, &allAreDefined));
444 RINOK(SzReadNumber32(sd, &p->NumPackStreams));
446 RINOK(WaitId(sd, k7zIdSize));
456 RINOK(ReadNumbe
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp58 RINOK(m.ParseMethodFromString(names[i]));
93 RINOK(CreateHasher(EXTERNAL_CODECS_LOC_VARS ids[i], name, hasher));
102 RINOK(m.SetCoderProps(scp, NULL));
227 RINOK(callback->StartScanning());
236 RINOK(callback->CanNotFindError(fs2us(dirItems.ErrorPaths[i]), dirItems.ErrorCodes[i]));
245 RINOK(callback->FinishScanning());
250 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS options.Methods));
256 RINOK(callback->SetNumFiles(1));
260 RINOK(callback->SetTotal(totalBytes));
270 RINOK(callbac
[all...]
H A DArchiveExtractCallback.cpp94 RINOK(archive->GetProperty(index, kpidINode, &prop));
100 RINOK(archive->GetProperty(index, kpidStreamId, &prop));
124 RINOK(archive->GetNumberOfItems(&numItems));
131 RINOK(Archive_Get_HardLinkNode(archive, realIndices ? (*realIndices)[i] : i, h, defined));
336 RINOK(_arc->Archive->GetProperty(index, propID, &prop));
450 RINOK(_arc->GetItemPath(index, fullPath));
451 RINOK(Archive_IsItem_Folder(archive, index, _fi.IsDir));
457 RINOK(archive->GetProperty(index, kpidPosition, &prop));
474 // RINOK(Archive_GetItemBoolProp(archive, index, kpidIsHardLink, isHardLink));
478 RINOK(archiv
[all...]
H A DExtract.cpp79 RINOK(archive->GetNumberOfItems(&numItems));
85 RINOK(arc.GetItemPath(i, filePath));
100 RINOK(Archive_IsItem_Folder(archive, i, isFolder));
102 RINOK(Archive_IsItem_AltStream(archive, i, isAltStream));
155 RINOK(ecs->PrepareHardLinks(&realIndices));
251 RINOK(extractCallback->SetTotal(totalPackSize));
279 RINOK(extractCallback->BeforeOpen(arcPath));
335 RINOK(extractCallback->OpenResult(arcPath, result, crypted));
345 RINOK(extractCallback->SetError(r, arc.Path,
393 RINOK(extractCallbac
[all...]
H A DOpenArchive.cpp402 RINOK(lps->SetCur());
410 RINOK(extractCallback->GetStream(index, &realOutStream, askMode));
416 RINOK(extractCallback->PrepareOperation(askMode));
423 RINOK(_stream->Seek(item.Offset, STREAM_SEEK_SET, NULL));
425 RINOK(copyCoder->Code(inStream, outStream, NULL, NULL, progress));
430 RINOK(extractCallback->SetOperationResult(opRes));
453 RINOK(arc->GetProperty(index, propID, &prop));
485 RINOK(arc->GetArchiveProperty(propid, &prop));
497 RINOK(arc->GetArchiveProperty(propid, &prop));
514 RINOK(ar
[all...]
/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.h23 RINOK(ProgressEvent.CreateIfNotCreated());
H A DHandlerOut.cpp79 RINOK(ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads));
124 RINOK(ParsePropToUInt32(name.Ptr(1), value, a));
131 RINOK(ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads));
/external/lzma/CPP/7zip/UI/Console/
H A DOpenCallbackConsole.cpp32 RINOK(Open_CheckBreak());
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp153 RINOK(volumeCallback->GetProperty(kpidName, &prop));
206 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
218 RINOK(callback->SetCompleted(&numFiles, NULL));
234 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
244 RINOK(callback->SetCompleted(&numFiles, NULL));
306 RINOK(extractCallback->SetTotal(_totalSize));
311 RINOK(extractCallback->GetStream(0, &outStream, askMode));
314 RINOK(extractCallback->PrepareOperation(askMode));
326 RINOK(lps->SetCur());
328 RINOK(inStrea
[all...]
H A DLzmaHandler.cpp115 RINOK(CreateCoder(EXTERNAL_CODECS_LOC_VARS k_BCJ, coder, false));
143 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5));
155 RINOK(setOutStream->SetOutStream(outStream));
176 RINOK(res);
355 RINOK(ReadStream_FALSE(inStream, buf, kBufSize));
363 RINOK(inStream->Seek(0, STREAM_SEEK_END, &_packSize));
443 RINOK(extractCallback->GetStream(0, &realOutStream, askMode));
463 RINOK(_stream->Seek(0, STREAM_SEEK_SET, NULL));
472 RINOK(result);
486 RINOK(lp
[all...]
/external/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp150 RINOK(outStream->Write(&firstByte, 1, NULL));
156 RINOK(outStream->Write(&secondByte, 1, NULL));
159 RINOK(WriteStream(outStream, _key.Salt, _key.SaltSize));
163 RINOK(WriteStream(outStream, _iv, ivSize));
220 RINOK(CreateFilter());
223 RINOK(_aesFilter.QueryInterface(IID_ICryptoProperties, &cp));
224 RINOK(cp->SetKey(_key.Key, sizeof(_key.Key)));
225 RINOK(cp->SetInitVector(_iv, sizeof(_iv)));
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp72 RINOK(ProgressDialog.Sync.ProcessStopAndPause());
99 RINOK(_archiveHandler->GetProperty(index, kpidPath, &propVariantName));
114 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop));
124 RINOK(_archiveHandler->GetProperty(index, kpidIsDir, &prop));
130 RINOK(_archiveHandler->GetProperty(index, kpidIsAnti, &propTemp));
135 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop));
232 RINOK(_outFileStreamSpec->Close());

Completed in 2345 milliseconds

123