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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsMultiplexInputStream.cpp80 PRUint32 mCurrentStream; member in class:nsMultiplexInputStream
91 : mCurrentStream(0),
117 if (mCurrentStream > aIndex ||
118 (mCurrentStream == aIndex && mStartedReadingCurrent))
119 ++mCurrentStream;
129 if (mCurrentStream > aIndex)
130 --mCurrentStream;
131 else if (mCurrentStream == aIndex)
172 for (i = mCurrentStream; i < len; i++) {
194 while (mCurrentStream < le
[all...]

Completed in 727 milliseconds