SRes               21 chrome/installer/util/lzma_util.cc SRes LzmaReadFile(HANDLE file, void *data, size_t *size) {
SRes               45 chrome/installer/util/lzma_util.cc SRes SzFileSeekImp(void *object, Int64 *pos, ESzSeek origin) {
SRes               71 chrome/installer/util/lzma_util.cc SRes SzFileReadImp(void *object, void *buffer, size_t *size) {
SRes               84 third_party/lzma_sdk/7z.h SRes SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes,
SRes              175 third_party/lzma_sdk/7z.h SRes SzArEx_Extract(
SRes              199 third_party/lzma_sdk/7z.h SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, ISzAlloc *allocMain, ISzAlloc *allocTemp);
SRes               41 third_party/lzma_sdk/7zDec.c   SRes res;
SRes               66 third_party/lzma_sdk/7zDec.c static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
SRes               71 third_party/lzma_sdk/7zDec.c   SRes res = SZ_OK;
SRes              127 third_party/lzma_sdk/7zDec.c static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
SRes              131 third_party/lzma_sdk/7zDec.c   SRes res = SZ_OK;
SRes              175 third_party/lzma_sdk/7zDec.c static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream,
SRes              179 third_party/lzma_sdk/7zDec.c   SRes res = SZ_OK;
SRes              224 third_party/lzma_sdk/7zDec.c static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer)
SRes              269 third_party/lzma_sdk/7zDec.c static SRes CheckSupportedFolder(const CSzFolder *f)
SRes              335 third_party/lzma_sdk/7zDec.c static SRes SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes,
SRes              416 third_party/lzma_sdk/7zDec.c       SRes res;
SRes              459 third_party/lzma_sdk/7zDec.c SRes SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes,
SRes              465 third_party/lzma_sdk/7zDec.c   SRes res = SzFolder_Decode2(folder, packSizes, inStream, startPos,
SRes              239 third_party/lzma_sdk/7zFile.c static SRes FileSeqInStream_Read(void *pp, void *buf, size_t *size)
SRes              253 third_party/lzma_sdk/7zFile.c static SRes FileInStream_Read(void *pp, void *buf, size_t *size)
SRes              259 third_party/lzma_sdk/7zFile.c static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin)
SRes              179 third_party/lzma_sdk/7zIn.c static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc)
SRes              316 third_party/lzma_sdk/7zIn.c static SRes SzReadByte(CSzData *sd, Byte *b)
SRes              325 third_party/lzma_sdk/7zIn.c static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size)
SRes              335 third_party/lzma_sdk/7zIn.c static SRes SzReadUInt32(CSzData *sd, UInt32 *value)
SRes              348 third_party/lzma_sdk/7zIn.c static SRes SzReadNumber(CSzData *sd, UInt64 *value)
SRes              371 third_party/lzma_sdk/7zIn.c static SRes SzReadNumber32(CSzData *sd, UInt32 *value)
SRes              383 third_party/lzma_sdk/7zIn.c static SRes SzReadID(CSzData *sd, UInt64 *value)
SRes              388 third_party/lzma_sdk/7zIn.c static SRes SzSkeepDataSize(CSzData *sd, UInt64 size)
SRes              397 third_party/lzma_sdk/7zIn.c static SRes SzSkeepData(CSzData *sd)
SRes              404 third_party/lzma_sdk/7zIn.c static SRes SzReadArchiveProperties(CSzData *sd)
SRes              417 third_party/lzma_sdk/7zIn.c static SRes SzWaitAttribute(CSzData *sd, UInt64 attribute)
SRes              431 third_party/lzma_sdk/7zIn.c static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc)
SRes              450 third_party/lzma_sdk/7zIn.c static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc)
SRes              463 third_party/lzma_sdk/7zIn.c static SRes SzReadHashDigests(
SRes              481 third_party/lzma_sdk/7zIn.c static SRes SzReadPackInfo(
SRes              529 third_party/lzma_sdk/7zIn.c static SRes SzReadSwitch(CSzData *sd)
SRes              536 third_party/lzma_sdk/7zIn.c static SRes SzGetNextFolderItem(CSzData *sd, CSzFolder *folder, ISzAlloc *alloc)
SRes              646 third_party/lzma_sdk/7zIn.c static SRes SzReadUnpackInfo(
SRes              694 third_party/lzma_sdk/7zIn.c       SRes res;
SRes              716 third_party/lzma_sdk/7zIn.c static SRes SzReadSubStreamsInfo(
SRes              822 third_party/lzma_sdk/7zIn.c       SRes res = SzReadHashDigests(sd, numDigests, &digestsDefined2, &digests2, allocTemp);
SRes              862 third_party/lzma_sdk/7zIn.c static SRes SzReadStreamsInfo(
SRes              919 third_party/lzma_sdk/7zIn.c static SRes SzReadFileNames(const Byte *p, size_t size, UInt32 numFiles, size_t *sizes)
SRes              940 third_party/lzma_sdk/7zIn.c static SRes SzReadHeader2(
SRes             1122 third_party/lzma_sdk/7zIn.c static SRes SzReadHeader(
SRes             1134 third_party/lzma_sdk/7zIn.c   SRes res = SzReadHeader2(p, sd,
SRes             1147 third_party/lzma_sdk/7zIn.c static SRes SzReadAndDecodePackedStreams2(
SRes             1163 third_party/lzma_sdk/7zIn.c   SRes res;
SRes             1191 third_party/lzma_sdk/7zIn.c static SRes SzReadAndDecodePackedStreams(
SRes             1202 third_party/lzma_sdk/7zIn.c   SRes res;
SRes             1214 third_party/lzma_sdk/7zIn.c static SRes SzArEx_Open2(
SRes             1226 third_party/lzma_sdk/7zIn.c   SRes res;
SRes             1314 third_party/lzma_sdk/7zIn.c SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, ISzAlloc *allocMain, ISzAlloc *allocTemp)
SRes             1316 third_party/lzma_sdk/7zIn.c   SRes res = SzArEx_Open2(p, inStream, allocMain, allocTemp);
SRes             1322 third_party/lzma_sdk/7zIn.c SRes SzArEx_Extract(
SRes             1335 third_party/lzma_sdk/7zIn.c   SRes res = SZ_OK;
SRes                8 third_party/lzma_sdk/7zStream.c SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType)
SRes               22 third_party/lzma_sdk/7zStream.c SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size)
SRes               27 third_party/lzma_sdk/7zStream.c SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf)
SRes               34 third_party/lzma_sdk/7zStream.c SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset)
SRes               40 third_party/lzma_sdk/7zStream.c SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size)
SRes               50 third_party/lzma_sdk/7zStream.c SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType)
SRes               64 third_party/lzma_sdk/7zStream.c SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size)
SRes               69 third_party/lzma_sdk/7zStream.c static SRes LookToRead_Look_Lookahead(void *pp, const void **buf, size_t *size)
SRes               71 third_party/lzma_sdk/7zStream.c   SRes res = SZ_OK;
SRes               87 third_party/lzma_sdk/7zStream.c static SRes LookToRead_Look_Exact(void *pp, const void **buf, size_t *size)
SRes               89 third_party/lzma_sdk/7zStream.c   SRes res = SZ_OK;
SRes              106 third_party/lzma_sdk/7zStream.c static SRes LookToRead_Skip(void *pp, size_t offset)
SRes              113 third_party/lzma_sdk/7zStream.c static SRes LookToRead_Read(void *pp, void *buf, size_t *size)
SRes              127 third_party/lzma_sdk/7zStream.c static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin)
SRes              149 third_party/lzma_sdk/7zStream.c static SRes SecToLook_Read(void *pp, void *buf, size_t *size)
SRes              160 third_party/lzma_sdk/7zStream.c static SRes SecToRead_Read(void *pp, void *buf, size_t *size)
SRes               49 third_party/lzma_sdk/LzFind.h   SRes result;
SRes               61 third_party/lzma_sdk/Lzma2Dec.c static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props)
SRes               75 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
SRes               82 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
SRes              170 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
SRes              244 third_party/lzma_sdk/Lzma2Dec.c         SRes res;
SRes              291 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
SRes              299 third_party/lzma_sdk/Lzma2Dec.c     SRes res;
SRes              330 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
SRes              334 third_party/lzma_sdk/Lzma2Dec.c   SRes res;
SRes               31 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
SRes               32 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
SRes               51 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
SRes               54 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen,
SRes               77 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
SRes              719 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
SRes              840 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
SRes              849 third_party/lzma_sdk/LzmaDec.c     SRes res;
SRes              898 third_party/lzma_sdk/LzmaDec.c SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
SRes              924 third_party/lzma_sdk/LzmaDec.c static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
SRes              938 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
SRes              947 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
SRes              969 third_party/lzma_sdk/LzmaDec.c SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
SRes              974 third_party/lzma_sdk/LzmaDec.c   SRes res;
SRes               40 third_party/lzma_sdk/LzmaDec.h SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
SRes              134 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
SRes              137 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
SRes              181 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
SRes              198 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
SRes              223 third_party/lzma_sdk/LzmaDec.h SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
SRes              232 third_party/lzma_sdk/LzmaEnc.c   SRes res;
SRes              330 third_party/lzma_sdk/LzmaEnc.c   SRes result;
SRes              391 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
SRes             1610 third_party/lzma_sdk/LzmaEnc.c static SRes CheckErrors(CLzmaEnc *p)
SRes             1623 third_party/lzma_sdk/LzmaEnc.c static SRes Flush(CLzmaEnc *p, UInt32 nowPos)
SRes             1733 third_party/lzma_sdk/LzmaEnc.c static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 maxPackSize, UInt32 maxUnpackSize)
SRes             1897 third_party/lzma_sdk/LzmaEnc.c static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig)
SRes             2020 third_party/lzma_sdk/LzmaEnc.c static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig)
SRes             2037 third_party/lzma_sdk/LzmaEnc.c static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream,
SRes             2047 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp,
SRes             2064 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen,
SRes             2120 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit,
SRes             2125 third_party/lzma_sdk/LzmaEnc.c   SRes res;
SRes             2154 third_party/lzma_sdk/LzmaEnc.c static SRes LzmaEnc_Encode2(CLzmaEnc *p, ICompressProgress *progress)
SRes             2156 third_party/lzma_sdk/LzmaEnc.c   SRes res = SZ_OK;
SRes             2184 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress,
SRes             2191 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size)
SRes             2220 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
SRes             2223 third_party/lzma_sdk/LzmaEnc.c   SRes res;
SRes             2248 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
SRes             2253 third_party/lzma_sdk/LzmaEnc.c   SRes res;
SRes               54 third_party/lzma_sdk/LzmaEnc.h SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
SRes               55 third_party/lzma_sdk/LzmaEnc.h SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
SRes               56 third_party/lzma_sdk/LzmaEnc.h SRes LzmaEnc_Encode(CLzmaEncHandle p, ISeqOutStream *outStream, ISeqInStream *inStream,
SRes               58 third_party/lzma_sdk/LzmaEnc.h SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
SRes               72 third_party/lzma_sdk/LzmaEnc.h SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
SRes              139 third_party/lzma_sdk/Types.h   SRes (*Read)(void *p, void *buf, size_t *size);
SRes              145 third_party/lzma_sdk/Types.h SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size);
SRes              146 third_party/lzma_sdk/Types.h SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
SRes              147 third_party/lzma_sdk/Types.h SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
SRes              165 third_party/lzma_sdk/Types.h   SRes (*Read)(void *p, void *buf, size_t *size);  /* same as ISeqInStream::Read */
SRes              166 third_party/lzma_sdk/Types.h   SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
SRes              171 third_party/lzma_sdk/Types.h   SRes (*Look)(void *p, const void **buf, size_t *size);
SRes              175 third_party/lzma_sdk/Types.h   SRes (*Skip)(void *p, size_t offset);
SRes              178 third_party/lzma_sdk/Types.h   SRes (*Read)(void *p, void *buf, size_t *size);
SRes              180 third_party/lzma_sdk/Types.h   SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
SRes              183 third_party/lzma_sdk/Types.h SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size);
SRes              184 third_party/lzma_sdk/Types.h SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
SRes              187 third_party/lzma_sdk/Types.h SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);
SRes              188 third_party/lzma_sdk/Types.h SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size);
SRes              222 third_party/lzma_sdk/Types.h   SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);