Searched refs:SRes (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/lib/lzma/ |
H A D | Types.h | 31 typedef int SRes; typedef 121 SRes (*Read)(void *p, void *buf, size_t *size); 128 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType); 129 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf); 148 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); 153 SRes (*Look)(void *p, const void **buf, size_t *size); 157 SRes (*Skip)(void *p, size_t offset); 160 SRes (*Read)(void *p, void *buf, size_t *size); 162 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); 169 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType); [all …]
|
H A D | LzmaDec.h | 36 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size); 130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); 133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 177 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, 194 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, 219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
H A D | LzmaDec.c | 745 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() 866 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf() 875 SRes res; in LzmaDec_DecodeToBuf() 924 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() 950 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() 964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() 973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() 995 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode() 1000 SRes res; in LzmaDecode()
|