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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DIterateDirectory.h64 typedef CALLBACK_API( void , IterateFilterProcPtr )(const CInfoPBRec *cpbPtr, Boolean *quitFlag, void *yourDataPtr);
73 quitFlag to true (quitFlag will be passed to the IterateFilterProc
83 quitFlag output: Your IterateFilterProc can set quitFlag to true
92 #define CallIterateFilterProc(userRoutine, cpbPtr, quitFlag, yourDataPtr) \
93 (*(userRoutine))((cpbPtr), (quitFlag), (yourDataPtr))
H A DIterateDirectory.c63 Boolean quitFlag; /* set to true if filter wants to kill interation */ member in struct:IterateGlobals
110 CallIterateFilterProc(theGlobals->iterateFilter, &theGlobals->cPB, &theGlobals->quitFlag, theGlobals->yourDataPtr);
116 if ( !theGlobals->quitFlag )
125 } while ( (theGlobals->result == noErr) && (!theGlobals->quitFlag) ); /* time to fall back a level? */
171 theGlobals.quitFlag = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DIterateDirectory.h64 typedef CALLBACK_API( void , IterateFilterProcPtr )(const CInfoPBRec *cpbPtr, Boolean *quitFlag, void *yourDataPtr);
73 quitFlag to true (quitFlag will be passed to the IterateFilterProc
83 quitFlag output: Your IterateFilterProc can set quitFlag to true
92 #define CallIterateFilterProc(userRoutine, cpbPtr, quitFlag, yourDataPtr) \
93 (*(userRoutine))((cpbPtr), (quitFlag), (yourDataPtr))
H A DIterateDirectory.c63 Boolean quitFlag; /* set to true if filter wants to kill interation */ member in struct:IterateGlobals
110 CallIterateFilterProc(theGlobals->iterateFilter, &theGlobals->cPB, &theGlobals->quitFlag, theGlobals->yourDataPtr);
116 if ( !theGlobals->quitFlag )
125 } while ( (theGlobals->result == noErr) && (!theGlobals->quitFlag) ); /* time to fall back a level? */
171 theGlobals.quitFlag = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Drecurse.c63 Boolean quitFlag; /* set to true if filter wants to member in struct:RecurseGlobals
142 } while ( (Globals->result == noErr) && (!Globals->quitFlag) );
187 theGlobals.quitFlag = false;
382 if ( !Globals->quitFlag && IncludeItem)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.c106 Boolean quitFlag; /* set to true if filter wants to kill interation */ member in struct:FSIterateContainerGlobals
1647 theGlobals->quitFlag = CallIterateContainerFilterProc(theGlobals->iterateFilter,
1655 if ( !theGlobals->quitFlag )
1663 } while ( (noErr == theGlobals->result) && (!theGlobals->quitFlag) );
1729 theGlobals.quitFlag = false;
H A DMoreFilesX.cpp106 Boolean quitFlag; /* set to true if filter wants to kill interation */ member in struct:FSIterateContainerGlobals
1643 theGlobals->quitFlag = CallIterateContainerFilterProc(theGlobals->iterateFilter,
1651 if ( !theGlobals->quitFlag )
1659 } while ( (noErr == theGlobals->result) && (!theGlobals->quitFlag) );
1725 theGlobals.quitFlag = false;

Completed in 181 milliseconds