Searched refs:propSize (Results 1 – 5 of 5) sorted by relevance
/external/lzma/C/ |
D | XzDec.c | 74 static SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in BraState_SetProps() argument 81 if (propSize != 1) in BraState_SetProps() 87 if (propSize == 4) in BraState_SetProps() 109 else if (propSize != 0) in BraState_SetProps() 236 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in SbState_SetProps() argument 241 return (propSize == 0) ? SZ_OK : SZ_ERROR_UNSUPPORTED; in SbState_SetProps() 293 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in Lzma2State_SetProps() argument 295 if (propSize != 1) in Lzma2State_SetProps()
|
D | LzmaDec.h | 222 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
|
D | Xz.h | 154 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
|
D | LzmaDec.c | 1078 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, in LzmaDecode() argument 1089 RINOK(LzmaDec_AllocateProbs(&p, propData, propSize, alloc)); in LzmaDecode()
|
/external/lzma/DOC/ |
D | lzma.txt | 82 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, 90 propSize - size of propData buffer (5 bytes)
|