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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp522 char *newWriteCursor = mWriteCursor + bytesWritten; local
523 NS_ASSERTION(newWriteCursor <= mWriteLimit, "write cursor exceeds limit");
527 mReadLimit = newWriteCursor;
529 mWriteCursor = newWriteCursor;

Completed in 45 milliseconds