Searched refs:SizeT (Results 1 – 7 of 7) sorted by relevance
| /CafeSDK-2.12.13/system/include/ |
| D | LzmaDec.h | 57 SizeT dicPos; 58 SizeT dicBufSize; 181 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, 182 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 198 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, 199 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 223 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
| D | Lzma2Dec.h | 51 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, 52 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 54 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, 55 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 77 SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
| D | LzmaEnc.h | 55 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size); 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, 73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
| D | LzmaLib.h | 128 MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, SizeT *src…
|
| D | LzmaTypes.h | 90 typedef UInt32 SizeT; typedef 92 typedef size_t SizeT; typedef
|
| /CafeSDK-2.12.13/system/src/lib/szfile/ |
| D | 7zDec.c | 67 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodePpmd() 106 SizeT i; in SzDecodePpmd() 128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodeLzma() 150 SizeT inProcessed = (SizeT)lookahead, dicPos = state.dicPos; in SzDecodeLzma() 176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) in SzDecodeLzma2() 200 SizeT inProcessed = (SizeT)lookahead, dicPos = state.decoder.dicPos; in SzDecodeLzma2() 337 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain, in SzFolder_Decode2() 357 SizeT outSizeCur = outSize; in SzFolder_Decode2() 366 outSizeCur = (SizeT)unpackSize; in SzFolder_Decode2() 425 outBuffer, (SizeT)outSize, allocMain, tempBuf); in SzFolder_Decode()
|
| D | 7zTypes.h | 90 typedef UInt32 SizeT; typedef 92 typedef size_t SizeT; typedef
|