Searched defs:outStream (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/ |
D | LzmaCompress.c | 100 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize) in Encode() 184 static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize) in Decode() 251 CFileOutStream outStream; in main2() local
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaEnc.c | 243 ISeqOutStream *outStream; member 2074 static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, ISeqOutStream *outStream, in LzmaEnc_Prepare() 2160 CSeqOutStreamBuf outStream; in LzmaEnc_CodeOneMemBlock() local 2188 SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressP… in LzmaEnc_Encode() 2257 CSeqOutStreamBuf outStream; in LzmaEnc_MemEncode() local
|