/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsIUnicharInputStream.h | 68 NS_IMETHOD ReadSegments(nsWriteUnicharSegmentFun aWriter,
|
H A D | nsInputStreamTee.cpp | 64 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 D | nsUnicharInputStream.cpp | 62 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 D | nsBinaryStream.cpp | 308 // 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 D | nsByteArrayInputStream.cpp | 101 nsByteArrayInputStream::ReadSegments(nsWriteSegmentFun writer, void * aClosure, PRUint32 aCount, PRUint32 *aNumRead) function in class:nsByteArrayInputStream
|
H A D | nsMultiplexInputStream.cpp | 226 nsMultiplexInputStream::ReadSegments(nsWriteSegmentFun aWriter, void *aClosure, function in class:nsMultiplexInputStream 245 rv = stream->ReadSegments(ReadSegCb, &state, aCount, &read);
|
H A D | nsStringStream.cpp | 235 nsStringInputStream::ReadSegments(nsWriteSegmentFun writer, void * closure, function in class:nsStringInputStream
|
H A D | nsFastLoadFile.h | 293 // Override ReadSegments too, as nsBinaryInputStream::ReadSegments does 296 NS_IMETHODIMP ReadSegments(nsWriteSegmentFun aWriter, void* aClosure,
|
H A D | nsStorageStream.cpp | 444 nsStorageInputStream::ReadSegments(nsWriteSegmentFun writer, void * closure, PRUint32 aCount, PRUint32 *aNumRead) function in class:nsStorageInputStream
|
H A D | nsStreamUtils.cpp | 504 mSource->ReadSegments(ConsumeInputBuffer, &state, mChunkSize, &n);
|
H A D | nsPipe3.cpp | 715 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 D | nsFastLoadFile.cpp | 602 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 D | PyGInputStream.cpp | 61 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 D | nsIFileStream.cpp | 82 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 D | nsFileStreams.cpp | 339 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,
|