Searched refs:outStream (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/lzma/ |
H A D | LzmaEnc.h | 57 SRes LzmaEnc_Encode(CLzmaEncHandle p, ISeqOutStream *outStream, ISeqInStream *inStream,
|
H A D | LzmaEnc.c | 229 ISeqOutStream *outStream; member in struct:_CRangeEnc 478 p->outStream = 0; 523 if (num != p->outStream->Write(p->outStream, p->bufBase, num)) 2058 static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, ISeqOutStream *outStream, argument 2063 p->rc.outStream = outStream; 2144 CSeqOutStreamBuf outStream; local 2146 outStream.funcTable.Write = MyWrite; 2147 outStream 2172 LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument 2241 CSeqOutStreamBuf outStream; local [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | RequestHandler.java | 62 private OutputStream outStream = null; field in class:RequestHandler 79 outStream = out; 344 dos = new DataOutputStream(outStream);
|
Completed in 67 milliseconds