Searched refs:progressChanged (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSControl.c77 int cancelProc(UInt16 progress, UInt16 secondsRemaining, Boolean progressChanged, UInt16 stage, void *context, int passno) argument
79 if (progressChanged) {
1085 Boolean progressChanged; local
1092 progressChanged = ( progress != GPtr->lastProgress );
1096 if ( (progressChanged) && (progress > 5) )
1102 err = CallUserCancelProc( GPtr->userCancelProc, (UInt16)progress, (UInt16)GPtr->secondsRemaining, progressChanged, dfaStage, GPtr->context, GPtr->scanCount );
H A DScavenger.h525 progressChanged: boolean flag that is true if progress number has been updated
532 typedef int (*UserCancelProcPtr)(UInt16 progress, UInt16 secondsRemaining, Boolean progressChanged, UInt16 stage, void *context, int passno);
553 #define CallUserCancelProc(userRoutine, progress, secondsRemaining, progressChanged, stage, context, p) \
554 CallUniversalProc((UniversalProcPtr)(userRoutine), uppUserCancelProcInfo, (progress), (secondsRemaining), (progressChanged), (stage), (context), (p))
563 #define CallUserCancelProc(userRoutine, progress, secondsRemaining, progressChanged, stage, context, p) \
564 (*(userRoutine))((progress), (secondsRemaining), (progressChanged), (stage), (context), (p))

Completed in 179 milliseconds