Searched defs:aBytesRead (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp534 nsFastLoadFileReader::Read(char* aBuffer, PRUint32 aCount, PRUint32 *aBytesRead) argument
586 rv = mInputStream->Read(aBuffer, aCount, aBytesRead);
589 NS_ASSERTION(entry->mBytesLeft >= *aBytesRead, "demux Read underflow!");
590 entry->mBytesLeft -= *aBytesRead;

Completed in 50 milliseconds