Searched refs:SRes (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/lzma/ |
| H A D | Types.h | 31 typedef int SRes; typedef 121 SRes (*Read)(void *p, void *buf, size_t *size); 127 SRes SeqInStream_Read(ISeqInStream *stream, 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); 147 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */ 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); [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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0001-BaseTools-fix-gcc12-warning-1.patch | 34 @@ -2825,12 +2825,13 @@ SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, BoolInt reInit,
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0011-lzma-Make-sure-we-don-t-dereference-past-array.patch | 31 @@ -1877,13 +1877,19 @@ static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 maxPac…
|