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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DmacDirectoryCopy.c108 Boolean bailout; /* set to true to by error handling function if fatal error */ member in struct:EnumerateGlobals
328 if ( !theGlobals->bailout )
343 theGlobals->bailout = CallCopyErrProc(theGlobals->errorHandler, theGlobals->error, copyDirFMAttributesOp,
351 theGlobals->bailout = true;
360 theGlobals->bailout = CallCopyErrProc(theGlobals->errorHandler, theGlobals->error, dirCreateOp,
368 theGlobals->bailout = true;
372 if ( !theGlobals->bailout )
398 theGlobals->bailout = CallCopyErrProc(theGlobals->errorHandler, theGlobals->error, fileCopyOp,
401 if ( !theGlobals->bailout )
411 theGlobals->bailout
[all...]

Completed in 218 milliseconds