Searched refs:SRes (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/common/lzma/ |
H A D | Types.h | 38 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 (*Skip)(void *p, size_t offset); 158 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 | LzmaEnc.h | 55 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 D | LzmaDec.c | 738 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() 861 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf() 870 SRes res; in LzmaDec_DecodeToBuf() 921 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() 947 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() 961 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() 970 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() 992 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode() 997 SRes res; in LzmaDecode()
|
H A D | LzmaEnc.c | 231 SRes res; 241 static SRes MyRead(void *pp, void *data, size_t *size) in MyRead() 349 SRes result; 411 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps() 1630 static SRes CheckErrors(CLzmaEnc *p) in CheckErrors() 1643 static SRes Flush(CLzmaEnc *p, UInt32 nowPos) in Flush() 1753 static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 maxPackSize, UInt32 maxUnpackS… in LzmaEnc_CodeOneBlock() 1918 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Alloc() 2041 static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *all… in LzmaEnc_AllocAndInit() 2058 static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, ISeqOutStream *outStream, in LzmaEnc_Prepare() [all …]
|
H A D | LzFind.h | 45 SRes result;
|
/titanic_50/usr/src/cmd/lofiadm/ |
H A D | main.c | 226 SRes res; in lzma_compress()
|