Lines Matching refs:Byte
38 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
52 Byte *dic;
53 const Byte *buf;
66 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
132 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
135 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
180 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
196 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
197 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
221 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
222 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,