Searched refs:FatalErrorException (Results 1 – 7 of 7) sorted by relevance
219 if ((p->severity >= ErrorException) && (p->severity < FatalErrorException)) in CatchException()221 if (p->severity >= FatalErrorException) in CatchException()344 exit((int) (severity-FatalErrorException)+1); in DefaultFatalErrorHandler()1064 if ((severity >= ErrorException) && (severity < FatalErrorException)) in ThrowMagickExceptionList()1066 if (severity >= FatalErrorException) in ThrowMagickExceptionList()
51 _exit((int) (severity-FatalErrorException)+1); \
76 FatalErrorException = 700, enumerator
46 _exit((int) (severity-FatalErrorException)+1); \
43 ConfigureError FatalErrorException
725 if (strEQ(name,"FatalErrorException"))726 return(FatalErrorException);
726 return(FatalErrorException); in constant()