Searched refs:ReadSegments (Results 1 - 15 of 15) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIUnicharInputStream.h68 NS_IMETHOD ReadSegments(nsWriteUnicharSegmentFun aWriter,
H A DnsInputStreamTee.cpp64 nsWriteSegmentFun mWriter; // for implementing ReadSegments
65 void *mClosure; // for implementing ReadSegments
146 nsInputStreamTee::ReadSegments(nsWriteSegmentFun writer, function in class:nsInputStreamTee
156 return mSource->ReadSegments(WriteSegmentFun, this, count, bytesRead);
H A DnsUnicharInputStream.cpp62 NS_IMETHOD ReadSegments(nsWriteUnicharSegmentFun aWriter,
111 StringUnicharInputStream::ReadSegments(nsWriteUnicharSegmentFun aWriter, function in class:StringUnicharInputStream
182 NS_IMETHOD ReadSegments(nsWriteUnicharSegmentFun aWriter,
271 UTF8InputStream::ReadSegments(nsWriteUnicharSegmentFun aWriter, function in class:UTF8InputStream
H A DnsBinaryStream.cpp308 // when forwarding ReadSegments to mInputStream, we need to make sure
339 nsBinaryInputStream::ReadSegments(nsWriteSegmentFun writer, void * closure, PRUint32 count, PRUint32 *_retval) function in class:nsBinaryInputStream
343 return mInputStream->ReadSegments(ReadSegmentForwardingThunk, &thunkClosure, count, _retval);
471 rv = ReadSegments(WriteSegmentToCString, &aString, length, &bytesRead);
592 rv = ReadSegments(WriteSegmentToString, &closure,
H A DnsByteArrayInputStream.cpp101 nsByteArrayInputStream::ReadSegments(nsWriteSegmentFun writer, void * aClosure, PRUint32 aCount, PRUint32 *aNumRead) function in class:nsByteArrayInputStream
H A DnsMultiplexInputStream.cpp226 nsMultiplexInputStream::ReadSegments(nsWriteSegmentFun aWriter, void *aClosure, function in class:nsMultiplexInputStream
245 rv = stream->ReadSegments(ReadSegCb, &state, aCount, &read);
H A DnsStringStream.cpp235 nsStringInputStream::ReadSegments(nsWriteSegmentFun writer, void * closure, function in class:nsStringInputStream
H A DnsFastLoadFile.h293 // Override ReadSegments too, as nsBinaryInputStream::ReadSegments does
296 NS_IMETHODIMP ReadSegments(nsWriteSegmentFun aWriter, void* aClosure,
H A DnsStorageStream.cpp444 nsStorageInputStream::ReadSegments(nsWriteSegmentFun writer, void * closure, PRUint32 aCount, PRUint32 *aNumRead) function in class:nsStorageInputStream
H A DnsStreamUtils.cpp504 mSource->ReadSegments(ConsumeInputBuffer, &state, mChunkSize, &n);
H A DnsPipe3.cpp715 nsPipeInputStream::ReadSegments(nsWriteSegmentFun writer, function in class:nsPipeInputStream
720 LOG(("III ReadSegments [this=%x count=%u]\n", this, count));
767 // propogate to the caller of ReadSegments.
804 return ReadSegments(nsWriteToRawBuffer, toBuf, bufLen, readCount);
H A DnsFastLoadFile.cpp602 nsFastLoadFileReader::ReadSegments(nsWriteSegmentFun aWriter, void* aClosure, function in class:nsFastLoadFileReader
608 "ReadSegments called from above nsFastLoadFileReader layer?!");
610 nsresult rv = nsBinaryInputStream::ReadSegments(aWriter, aClosure, aCount,
614 "demux ReadSegments underflow!");
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGInputStream.cpp61 NS_IMETHOD ReadSegments(nsWriteSegmentFun writer, void * closure, PRUint32 count, PRUint32 *_retval);
135 PyG_nsIInputStream::ReadSegments(nsWriteSegmentFun writer, void * closure, PRUint32 count, PRUint32 *_retval) function in class:PyG_nsIInputStream
137 NS_WARNING("ReadSegments() not implemented!!!");
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsIFileStream.cpp82 NS_IMETHOD ReadSegments(nsWriteSegmentFun writer, void * closure, PRUint32 count, PRUint32 *_retval);
390 FileImpl::ReadSegments(nsWriteSegmentFun writer, void * closure, PRUint32 count, PRUint32 *_retval) function in class:FileImpl
392 NS_NOTREACHED("ReadSegments");
478 return inStr->ReadSegments(nsWriteSegmentToFile, nsnull, count, result);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsFileStreams.cpp339 nsFileInputStream::ReadSegments(nsWriteSegmentFun aWriter, void* aClosure, function in class:nsFileInputStream
342 // ReadSegments is not implemented because it would be inefficient when
343 // the writer does not consume all data. If you want to call ReadSegments,

Completed in 497 milliseconds