RINOK             134 third_party/lzma_sdk/7zDec.c   RINOK(LzmaDec_AllocateProbs(&state, coder->Props.data, (unsigned)coder->Props.size, allocMain));
RINOK             184 third_party/lzma_sdk/7zDec.c   RINOK(Lzma2Dec_AllocateProbs(&state, coder->Props.data[0], allocMain));
RINOK             232 third_party/lzma_sdk/7zDec.c     RINOK(inStream->Look((void *)inStream, (const void **)&inBuf, &curSize));
RINOK             238 third_party/lzma_sdk/7zDec.c     RINOK(inStream->Skip((void *)inStream, curSize));
RINOK             345 third_party/lzma_sdk/7zDec.c   RINOK(CheckSupportedFolder(folder));
RINOK             387 third_party/lzma_sdk/7zDec.c       RINOK(LookInStream_SeekTo(inStream, startPos + offset));
RINOK             393 third_party/lzma_sdk/7zDec.c         RINOK(SzDecodeCopy(inSize, inStream, outBufCur));
RINOK             397 third_party/lzma_sdk/7zDec.c         RINOK(SzDecodeLzma(coder, inSize, inStream, outBufCur, outSizeCur, allocMain));
RINOK             401 third_party/lzma_sdk/7zDec.c         RINOK(SzDecodeLzma2(coder, inSize, inStream, outBufCur, outSizeCur, allocMain));
RINOK             406 third_party/lzma_sdk/7zDec.c         RINOK(SzDecodePpmd(coder, inSize, inStream, outBufCur, outSizeCur, allocMain));
RINOK             419 third_party/lzma_sdk/7zDec.c       RINOK(LookInStream_SeekTo(inStream, startPos + offset));
RINOK             427 third_party/lzma_sdk/7zDec.c       RINOK(res)
RINOK             435 third_party/lzma_sdk/7zDec.c       RINOK(res)
RINOK             330 third_party/lzma_sdk/7zIn.c     RINOK(SzReadByte(sd, data + i));
RINOK             342 third_party/lzma_sdk/7zIn.c     RINOK(SzReadByte(sd, &b));
RINOK             353 third_party/lzma_sdk/7zIn.c   RINOK(SzReadByte(sd, &firstByte));
RINOK             364 third_party/lzma_sdk/7zIn.c     RINOK(SzReadByte(sd, &b));
RINOK             374 third_party/lzma_sdk/7zIn.c   RINOK(SzReadNumber(sd, &value64));
RINOK             400 third_party/lzma_sdk/7zIn.c   RINOK(SzReadNumber(sd, &size));
RINOK             409 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             422 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             427 third_party/lzma_sdk/7zIn.c     RINOK(SzSkeepData(sd));
RINOK             441 third_party/lzma_sdk/7zIn.c       RINOK(SzReadByte(sd, &b));
RINOK             454 third_party/lzma_sdk/7zIn.c   RINOK(SzReadByte(sd, &allAreDefined));
RINOK             471 third_party/lzma_sdk/7zIn.c   RINOK(SzReadBoolVector2(sd, numItems, digestsDefined, alloc));
RINOK             476 third_party/lzma_sdk/7zIn.c       RINOK(SzReadUInt32(sd, (*digests) + i));
RINOK             491 third_party/lzma_sdk/7zIn.c   RINOK(SzReadNumber(sd, dataOffset));
RINOK             492 third_party/lzma_sdk/7zIn.c   RINOK(SzReadNumber32(sd, numPackStreams));
RINOK             494 third_party/lzma_sdk/7zIn.c   RINOK(SzWaitAttribute(sd, k7zIdSize));
RINOK             500 third_party/lzma_sdk/7zIn.c     RINOK(SzReadNumber(sd, (*packSizes) + i));
RINOK             506 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             511 third_party/lzma_sdk/7zIn.c       RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc));
RINOK             514 third_party/lzma_sdk/7zIn.c     RINOK(SzSkeepData(sd));
RINOK             532 third_party/lzma_sdk/7zIn.c   RINOK(SzReadByte(sd, &external));
RINOK             541 third_party/lzma_sdk/7zIn.c   RINOK(SzReadNumber32(sd, &numCoders));
RINOK             558 third_party/lzma_sdk/7zIn.c       RINOK(SzReadByte(sd, &mainByte));
RINOK             560 third_party/lzma_sdk/7zIn.c       RINOK(SzReadBytes(sd, longID, idSize));
RINOK             569 third_party/lzma_sdk/7zIn.c         RINOK(SzReadNumber32(sd, &coder->NumInStreams));
RINOK             570 third_party/lzma_sdk/7zIn.c         RINOK(SzReadNumber32(sd, &coder->NumOutStreams));
RINOK             583 third_party/lzma_sdk/7zIn.c         RINOK(SzReadNumber(sd, &propertiesSize));
RINOK             586 third_party/lzma_sdk/7zIn.c         RINOK(SzReadBytes(sd, coder->Props.data, (size_t)propertiesSize));
RINOK             591 third_party/lzma_sdk/7zIn.c       RINOK(SzReadByte(sd, &mainByte));
RINOK             592 third_party/lzma_sdk/7zIn.c       RINOK(SzSkeepDataSize(sd, (mainByte & 0xF)));
RINOK             596 third_party/lzma_sdk/7zIn.c         RINOK(SzReadNumber32(sd, &n));
RINOK             597 third_party/lzma_sdk/7zIn.c         RINOK(SzReadNumber32(sd, &n));
RINOK             602 third_party/lzma_sdk/7zIn.c         RINOK(SzReadNumber(sd, &propertiesSize));
RINOK             603 third_party/lzma_sdk/7zIn.c         RINOK(SzSkeepDataSize(sd, propertiesSize));
RINOK             619 third_party/lzma_sdk/7zIn.c     RINOK(SzReadNumber32(sd, &bp->InIndex));
RINOK             620 third_party/lzma_sdk/7zIn.c     RINOK(SzReadNumber32(sd, &bp->OutIndex));
RINOK             641 third_party/lzma_sdk/7zIn.c       RINOK(SzReadNumber32(sd, folder->PackStreams + i));
RINOK             654 third_party/lzma_sdk/7zIn.c   RINOK(SzWaitAttribute(sd, k7zIdFolder));
RINOK             655 third_party/lzma_sdk/7zIn.c   RINOK(SzReadNumber32(sd, numFolders));
RINOK             657 third_party/lzma_sdk/7zIn.c     RINOK(SzReadSwitch(sd));
RINOK             666 third_party/lzma_sdk/7zIn.c       RINOK(SzGetNextFolderItem(sd, (*folders) + i, alloc));
RINOK             670 third_party/lzma_sdk/7zIn.c   RINOK(SzWaitAttribute(sd, k7zIdCodersUnpackSize));
RINOK             682 third_party/lzma_sdk/7zIn.c       RINOK(SzReadNumber(sd, folder->UnpackSizes + j));
RINOK             689 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             709 third_party/lzma_sdk/7zIn.c       RINOK(res);
RINOK             712 third_party/lzma_sdk/7zIn.c     RINOK(SzSkeepData(sd));
RINOK             737 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             744 third_party/lzma_sdk/7zIn.c         RINOK(SzReadNumber32(sd, &numStreams));
RINOK             754 third_party/lzma_sdk/7zIn.c     RINOK(SzSkeepData(sd));
RINOK             788 third_party/lzma_sdk/7zIn.c       RINOK(SzReadNumber(sd, &size));
RINOK             796 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             849 third_party/lzma_sdk/7zIn.c       RINOK(res);
RINOK             855 third_party/lzma_sdk/7zIn.c       RINOK(SzSkeepData(sd));
RINOK             857 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             876 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             885 third_party/lzma_sdk/7zIn.c         RINOK(SzReadPackInfo(sd, dataOffset, &p->NumPackStreams,
RINOK             891 third_party/lzma_sdk/7zIn.c         RINOK(SzReadUnpackInfo(sd, &p->NumFolders, &p->Folders, alloc, allocTemp));
RINOK             896 third_party/lzma_sdk/7zIn.c         RINOK(SzReadSubStreamsInfo(sd, p->NumFolders, p->Folders,
RINOK             959 third_party/lzma_sdk/7zIn.c   RINOK(SzReadID(sd, &type));
RINOK             963 third_party/lzma_sdk/7zIn.c     RINOK(SzReadArchiveProperties(sd));
RINOK             964 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             970 third_party/lzma_sdk/7zIn.c     RINOK(SzReadStreamsInfo(sd,
RINOK             978 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK             986 third_party/lzma_sdk/7zIn.c   RINOK(SzReadNumber32(sd, &numFiles));
RINOK             999 third_party/lzma_sdk/7zIn.c     RINOK(SzReadID(sd, &type));
RINOK            1002 third_party/lzma_sdk/7zIn.c     RINOK(SzReadNumber(sd, &size));
RINOK            1007 third_party/lzma_sdk/7zIn.c       RINOK(SzSkeepDataSize(sd, size));
RINOK            1015 third_party/lzma_sdk/7zIn.c         RINOK(SzReadSwitch(sd));
RINOK            1023 third_party/lzma_sdk/7zIn.c         RINOK(SzReadFileNames(sd->Data, namesSize >> 1, numFiles, p->FileNameOffsets))
RINOK            1024 third_party/lzma_sdk/7zIn.c         RINOK(SzSkeepDataSize(sd, namesSize));
RINOK            1029 third_party/lzma_sdk/7zIn.c         RINOK(SzReadBoolVector(sd, numFiles, emptyStreamVector, allocTemp));
RINOK            1038 third_party/lzma_sdk/7zIn.c         RINOK(SzReadBoolVector(sd, numEmptyStreams, emptyFileVector, allocTemp));
RINOK            1043 third_party/lzma_sdk/7zIn.c         RINOK(SzReadBoolVector2(sd, numFiles, lwtVector, allocTemp));
RINOK            1044 third_party/lzma_sdk/7zIn.c         RINOK(SzReadSwitch(sd));
RINOK            1053 third_party/lzma_sdk/7zIn.c             RINOK(SzReadUInt32(sd, &f->Attrib));
RINOK            1062 third_party/lzma_sdk/7zIn.c         RINOK(SzReadBoolVector2(sd, numFiles, lwtVector, allocTemp));
RINOK            1063 third_party/lzma_sdk/7zIn.c         RINOK(SzReadSwitch(sd));
RINOK            1072 third_party/lzma_sdk/7zIn.c             RINOK(SzReadUInt32(sd, &f->MTime.Low));
RINOK            1073 third_party/lzma_sdk/7zIn.c             RINOK(SzReadUInt32(sd, &f->MTime.High));
RINOK            1082 third_party/lzma_sdk/7zIn.c         RINOK(SzSkeepDataSize(sd, size));
RINOK            1165 third_party/lzma_sdk/7zIn.c   RINOK(SzReadStreamsInfo(sd, &dataStartPos, p,
RINOK            1176 third_party/lzma_sdk/7zIn.c   RINOK(LookInStream_SeekTo(inStream, dataStartPos));
RINOK            1184 third_party/lzma_sdk/7zIn.c   RINOK(res);
RINOK            1229 third_party/lzma_sdk/7zIn.c   RINOK(inStream->Seek(inStream, &startArcPos, SZ_SEEK_CUR));
RINOK            1231 third_party/lzma_sdk/7zIn.c   RINOK(LookInStream_Read2(inStream, header, k7zStartHeaderSize, SZ_ERROR_NO_ARCHIVE));
RINOK            1258 third_party/lzma_sdk/7zIn.c     RINOK(inStream->Seek(inStream, &pos, SZ_SEEK_END));
RINOK            1265 third_party/lzma_sdk/7zIn.c   RINOK(LookInStream_SeekTo(inStream, startArcPos + k7zStartHeaderSize + nextHeaderOffset));
RINOK            1360 third_party/lzma_sdk/7zIn.c     RINOK(LookInStream_SeekTo(inStream, startOffset));
RINOK              13 third_party/lzma_sdk/7zStream.c     RINOK(stream->Read(stream, buf, &processed));
RINOK              30 third_party/lzma_sdk/7zStream.c   RINOK(stream->Read(stream, buf, &processed));
RINOK              45 third_party/lzma_sdk/7zStream.c   RINOK(stream->Look(stream, &lookBuf, size));
RINOK              55 third_party/lzma_sdk/7zStream.c     RINOK(stream->Read(stream, buf, &processed));
RINOK              78 third_party/lzma_sdk/Lzma2Dec.c   RINOK(Lzma2Dec_GetOldProps(prop, props));
RINOK              85 third_party/lzma_sdk/Lzma2Dec.c   RINOK(Lzma2Dec_GetOldProps(prop, props));
RINOK             271 third_party/lzma_sdk/Lzma2Dec.c         RINOK(res);
RINOK             345 third_party/lzma_sdk/Lzma2Dec.c   RINOK(Lzma2Dec_GetOldProps(prop, props));
RINOK             346 third_party/lzma_sdk/Lzma2Dec.c   RINOK(LzmaDec_AllocateProbs(&decoder.decoder, props, LZMA_PROPS_SIZE, alloc));
RINOK             465 third_party/lzma_sdk/LzmaDec.c     RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
RINOK             941 third_party/lzma_sdk/LzmaDec.c   RINOK(LzmaProps_Decode(&propNew, props, propsSize));
RINOK             942 third_party/lzma_sdk/LzmaDec.c   RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc));
RINOK             951 third_party/lzma_sdk/LzmaDec.c   RINOK(LzmaProps_Decode(&propNew, props, propsSize));
RINOK             952 third_party/lzma_sdk/LzmaDec.c   RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc));
RINOK            1744 third_party/lzma_sdk/LzmaEnc.c   RINOK(CheckErrors(p));
RINOK            1932 third_party/lzma_sdk/LzmaEnc.c     RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_LEN_MAX, allocBig));
RINOK            2030 third_party/lzma_sdk/LzmaEnc.c   RINOK(LzmaEnc_Alloc(p, keepWindowSize, alloc, allocBig));
RINOK            2187 third_party/lzma_sdk/LzmaEnc.c   RINOK(LzmaEnc_Prepare(pp, outStream, inStream, alloc, allocBig));
RINOK              51 third_party/lzma_sdk/Types.h #ifndef RINOK