Home
last modified time | relevance | path

Searched refs:FatalErrorException (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.c219 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()
Dexception-private.h51 _exit((int) (severity-FatalErrorException)+1); \
Dexception.h76 FatalErrorException = 700, enumerator
/external/ImageMagick/MagickWand/
Dmagick-wand-private.h46 _exit((int) (severity-FatalErrorException)+1); \
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in43 ConfigureError FatalErrorException
Dquantum.xs.in725 if (strEQ(name,"FatalErrorException"))
726 return(FatalErrorException);
/external/ImageMagick/PerlMagick/
DMagick.xs726 return(FatalErrorException); in constant()