Searched refs:stopSearch (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/MacOSX/cocoa-mule/
H A DamuleData.h174 - (void)stopSearch;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DSearch.c114 Boolean stopSearch; /* the Time Mgr task will set stopSearch to */ member in struct:ExtendedTMTask
691 ** stopSearch field to true. After each object is found and possibly added
692 ** to the matches buffer, stopSearch is checked to see if the search should
704 ((ExtendedTMTaskPtr)tmTaskPtr)->stopSearch = true;
714 ((ExtendedTMTaskPtr)GetTMTaskPtr())->stopSearch = true;
777 timerTask.stopSearch = false; /* don't stop yet! */
993 } while ( (!timerTask.stopSearch) && /* timer hasn't fired */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c114 Boolean stopSearch; /* the Time Mgr task will set stopSearch to */ member in struct:ExtendedTMTask
691 ** stopSearch field to true. After each object is found and possibly added
692 ** to the matches buffer, stopSearch is checked to see if the search should
704 ((ExtendedTMTaskPtr)tmTaskPtr)->stopSearch = true;
714 ((ExtendedTMTaskPtr)GetTMTaskPtr())->stopSearch = true;
777 timerTask.stopSearch = false; /* don't stop yet! */
993 } while ( (!timerTask.stopSearch) && /* timer hasn't fired */

Completed in 102 milliseconds