Home
last modified time | relevance | path

Searched defs:propSize (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/C/
DXzDec.c99 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()
DLzmaDec.c1341 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, in LzmaDecode()