| /CafeSDK-2.12.13/system/src/lib/szfile/ |
| D | 7zTypes.h | 43 typedef int SRes; typedef 139 SRes (*Read)(void *p, void *buf, size_t *size); 145 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size); 146 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType); 147 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf); 165 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */ 166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); 171 SRes (*Look)(void *p, const void **buf, size_t *size); 175 SRes (*Skip)(void *p, size_t offset); 178 SRes (*Read)(void *p, void *buf, size_t *size); [all …]
|
| D | 7zStream.c | 8 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) in SeqInStream_Read2() 22 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) in SeqInStream_Read() 27 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf) in SeqInStream_ReadByte() 34 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset) in LookInStream_SeekTo() 40 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) in LookInStream_LookRead() 50 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType) in LookInStream_Read2() 64 SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size) in LookInStream_Read() 69 static SRes LookToRead_Look_Lookahead(void *pp, const void **buf, size_t *size) in LookToRead_Look_Lookahead() 71 SRes res = SZ_OK; in LookToRead_Look_Lookahead() 87 static SRes LookToRead_Look_Exact(void *pp, const void **buf, size_t *size) in LookToRead_Look_Exact() [all …]
|
| D | 7zIn.c | 179 static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc) in SzArEx_Fill() 316 static SRes SzReadByte(CSzData *sd, Byte *b) in SzReadByte() 325 static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size) in SzReadBytes() 335 static SRes SzReadUInt32(CSzData *sd, UInt32 *value) in SzReadUInt32() 348 static SRes SzReadNumber(CSzData *sd, UInt64 *value) in SzReadNumber() 371 static SRes SzReadNumber32(CSzData *sd, UInt32 *value) in SzReadNumber32() 383 static SRes SzReadID(CSzData *sd, UInt64 *value) in SzReadID() 388 static SRes SzSkeepDataSize(CSzData *sd, UInt64 size) in SzSkeepDataSize() 397 static SRes SzSkeepData(CSzData *sd) in SzSkeepData() 404 static SRes SzReadArchiveProperties(CSzData *sd) in SzReadArchiveProperties() [all …]
|
| D | 7zDec.c | 41 SRes res; 66 static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodePpmd() 71 SRes res = SZ_OK; in SzDecodePpmd() 127 static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma() 131 SRes res = SZ_OK; in SzDecodeLzma() 175 static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma2() 179 SRes res = SZ_OK; in SzDecodeLzma2() 224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy() 269 static SRes CheckSupportedFolder(const CSzFolder *f) in CheckSupportedFolder() 335 static SRes SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes, in SzFolder_Decode2() [all …]
|
| D | 7z.h | 84 SRes SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes, 175 SRes SzArEx_Extract( 187 SRes SzArEx_ExtractFolder( 208 SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, ISzAlloc *allocMain, ISzAlloc *allocTemp);
|
| D | szfile.c | 32 static SRes memStreamLook(void *p, const void **buf, size_t *size) in memStreamLook() 35 SRes ret; in memStreamLook() 55 static SRes memStreamSkip(void *p, size_t offset) in memStreamSkip() 58 SRes ret; in memStreamSkip() 76 static SRes memStreamRead(void *p, void *buf, size_t *size) in memStreamRead() 80 SRes ret; in memStreamRead() 101 static SRes memStreamSeek(void *p, Int64 *pos, ESzSeek origin) in memStreamSeek() 447 SRes res; in SZFILE_CreateArc() 694 SRes res; in SZFILE_UnpackStream()
|
| D | 7zFile.c | 239 static SRes FileSeqInStream_Read(void *pp, void *buf, size_t *size) in FileSeqInStream_Read() 253 static SRes FileInStream_Read(void *pp, void *buf, size_t *size) in FileInStream_Read() 259 static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin) in FileInStream_Seek()
|
| /CafeSDK-2.12.13/system/include/ |
| D | LzmaTypes.h | 43 typedef int SRes; typedef 139 SRes (*Read)(void *p, void *buf, size_t *size); 145 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size); 146 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType); 147 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf); 165 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */ 166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); 171 SRes (*Look)(void *p, const void **buf, size_t *size); 175 SRes (*Skip)(void *p, size_t offset); 178 SRes (*Read)(void *p, void *buf, size_t *size); [all …]
|
| D | Lzma2Dec.h | 31 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc); 32 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc); 51 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, 54 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, 77 SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
| D | LzmaEnc.h | 54 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props); 55 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size); 56 SRes LzmaEnc_Encode(CLzmaEncHandle p, ISeqOutStream *outStream, ISeqInStream *inStream, 58 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 72 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
|
| D | LzmaDec.h | 40 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size); 134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); 137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 181 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, 198 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, 223 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
| D | Lzma2Enc.h | 40 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props); 42 SRes Lzma2Enc_Encode(CLzma2EncHandle p,
|