Home
last modified time | relevance | path

Searched defs:propsSize (Results 1 – 11 of 11) sorted by relevance

/external/lzma/C/
D7zDec.c73 static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStr… in SzDecodePpmd()
134 static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStr… in SzDecodeLzma()
194 static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inSt… in SzDecodeLzma2()
DLzmaLib.c36 const unsigned char *props, size_t propsSize) in LzmaUncompress()
DLzmaDec.c1036 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs()
1045 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate()
DLzma2Enc.c52 SizeT propsSize = LZMA_PROPS_SIZE; in Lzma2EncInt_Init() local
DXz.h38 UInt32 propsSize; member
D7zArcIn.c499 UInt32 propsSize = 0; in SzGetNextFolderItem() local
717 UInt32 propsSize; in ReadUnpackInfo() local
DLzmaEnc.c2332 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode()
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp175 unsigned propsSize = 1; in WriteCoderProperties() local
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp396 CNum propsSize = ReadNum(); in ParseFolder() local
694 CNum propsSize = inByte->ReadNum(); in ReadUnpackInfo() local
D7zHandler.cpp391 CNum propsSize = 0; in SetMethodToProp() local
D7zOut.cpp276 size_t propsSize = coder.Props.Size(); in WriteFolder() local