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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DTypes.h38 typedef int SRes; typedef
119 SRes (*Read)(void *p, void *buf, size_t *size);
125 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size);
126 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
127 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
145 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
146 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
151 SRes (*Look)(void *p, void **buf, size_t *size);
155 SRes (*Ski
[all...]
H A DLzmaEnc.h55 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
56 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
57 SRes LzmaEnc_Encode(CLzmaEncHandle p, ISeqOutStream *outStream, ISeqInStream *inStream,
59 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
73 extern 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.c738 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
861 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
870 SRes res;
921 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
947 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
961 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
970 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
992 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
997 SRes res;
H A DLzmaEnc.c231 SRes res;
241 static SRes MyRead(void *pp, void *data, size_t *size)
349 SRes result;
411 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
1630 static SRes CheckErrors(CLzmaEnc *p)
1643 static SRes Flush(CLzmaEnc *p, UInt32 nowPos)
1753 static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 maxPackSize, UInt32 maxUnpackSize)
1918 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig)
2041 static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig)
2058 static SRes LzmaEnc_Prepar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lofiadm/
H A Dmain.c216 SRes res;

Completed in 98 milliseconds