Searched refs:SRes (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DTypes.h33 typedef int SRes; typedef
115 SRes (*Read)(void *p, void *buf, size_t *size);
121 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size);
122 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
123 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
141 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
142 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
147 SRes (*Look)(void *p, void **buf, size_t *size);
151 SRes (*Ski
[all...]
H A DLzmaEnc.h50 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
51 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
52 SRes LzmaEnc_Encode(CLzmaEncHandle p, ISeqOutStream *outStream, ISeqInStream *inStream,
54 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
68 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
H A DLzmaDec.h36 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 DLzFind.h45 SRes result;
H A DLzmaDec.c728 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
849 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
858 SRes res;
907 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
933 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
947 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
956 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
978 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
983 SRes res;
H A DLzmaEnc.c234 SRes res;
244 static SRes MyRead(void *pp, void *data, size_t *size)
352 SRes result;
414 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
1633 static SRes CheckErrors(CLzmaEnc *p)
1646 static SRes Flush(CLzmaEnc *p, UInt32 nowPos)
1756 static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 maxPackSize, UInt32 maxUnpackSize)
1921 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig)
2044 static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig)
2061 static SRes LzmaEnc_Prepar
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dnvram_rw.c431 SRes res;

Completed in 50 milliseconds