Searched defs:readCount (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsByteArrayInputStream.cpp | 113 PRUint32 readCount = PR_MIN(aCount, (_nbytes - _pos)); local 118 _pos, readCount, aNumRead);
|
H A D | nsPipe3.cpp | 718 PRUint32 *readCount) 727 *readCount = 0; 732 if (*readCount > 0) { 762 rv = writer(this, closure, segment, *readCount, segmentLen, &writeCount); 776 *readCount += writeCount; 802 nsPipeInputStream::Read(char* toBuf, PRUint32 bufLen, PRUint32 *readCount) argument 804 return ReadSegments(nsWriteToRawBuffer, toBuf, bufLen, readCount); 1094 PRUint32 readCount, originalLen = segmentLen; local 1096 readCount = 0; 1098 rv = reader(this, closure, segment, *writeCount, segmentLen, &readCount); 715 ReadSegments(nsWriteSegmentFun writer, void *closure, PRUint32 count, PRUint32 *readCount) argument 1124 nsReadFromRawBuffer(nsIOutputStream* outStr, void* closure, char* toRawSegment, PRUint32 offset, PRUint32 count, PRUint32 *readCount) argument 1153 nsReadFromInputStream(nsIOutputStream* outStr, void* closure, char* toRawSegment, PRUint32 offset, PRUint32 count, PRUint32 *readCount) argument [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | bug1test.c | 224 PRInt32 writeCount, readCount; local 230 readCount = gReads; 233 readCount, readCount - lastReadCount, 236 lastReadCount = readCount;
|
Completed in 309 milliseconds