Home
last modified time | relevance | path

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

/external/lzma/C/
DXzDec.c74 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in BraState_SetProps()
236 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in SbState_SetProps()
293 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in Lzma2State_SetProps()
DLzmaDec.c1003 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, in LzmaDecode()