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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp261 char* mReadLimit; member in class:nsPipe
280 // +-----------------+ - - mReadLimit
304 // be allocated back-to-back. in the diagram above, for example, mReadLimit
318 , mReadLimit(nsnull)
384 limit = mReadLimit;
405 if (mReadCursor == mReadLimit)
409 segmentLen = mReadLimit - mReadCursor;
426 NS_ASSERTION(mReadCursor <= mReadLimit, "read cursor exceeds limit");
430 if (mReadCursor == mReadLimit) {
437 NS_ASSERTION(mReadLimit
[all...]

Completed in 67 milliseconds