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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsMultiplexInputStream.cpp72 PRBool mDone; member in struct:nsMultiplexInputStream::ReadSegmentsState
237 state.mDone = PR_FALSE;
254 if (state.mDone || NS_FAILED(rv))
290 state->mDone = PR_TRUE;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp164 PRBool mDone; // Done flag. member in struct:nsRegSubtreeEnumerator
1580 mStyle( all ? REGENUM_DESCEND : REGENUM_CHILDREN ), mDone( PR_FALSE ) {
1603 | properly detect an empty list (i.e., set the mDone flag). |
1609 mDone = PR_FALSE;
1614 // Lookahead so mDone flag gets set for empty list.
1620 | First, we check if we've already advanced to the end by checking the mDone |
1631 if ( !mDone ) {
1634 // Lookahead so mDone is properly set (and to update mNext).
1644 | Advance mNext to next subkey using NR_RegEnumSubkeys. We set mDone if |
1654 mDone
[all...]

Completed in 43 milliseconds