Searched defs:propSize (Results 1 – 2 of 2) sorted by relevance
/third_party/lzma/C/ |
D | XzDec.c | 99 static SRes XzBcFilterState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr allo… in XzBcFilterState_SetProps() 311 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc) in SbState_SetProps() 390 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc) in Lzma2State_SetProps()
|
D | LzmaDec.c | 1341 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, in LzmaDecode()
|