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

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.c163 Boolean quitFlag; /* set to true if filter wants to kill interation */ member in struct:FSCopyObjectGlobals
632 theGlobals.quitFlag = false;
756 if( filterPtr->filterProcPtr != NULL && !theGlobals->quitFlag )
758 theGlobals->quitFlag = CallCopyObjectFilterProc(filterPtr->filterProcPtr,
765 } while ( ( theGlobals->result == noErr ) && ( !theGlobals->quitFlag ) );
H A DMoreFilesX.c84 Boolean quitFlag; /* set to true if filter wants to kill interation */ member in struct:FSIterateContainerGlobals
1624 theGlobals->quitFlag = CallIterateContainerFilterProc(theGlobals->iterateFilter,
1632 if ( !theGlobals->quitFlag )
1640 } while ( (noErr == theGlobals->result) && (!theGlobals->quitFlag) );
1706 theGlobals.quitFlag = false;

Completed in 2109 milliseconds