Home
last modified time | relevance | path

Searched refs:ExceptionType (Results 1 – 25 of 56) sorted by relevance

123

/external/ImageMagick/MagickCore/
Dexception.h99 } ExceptionType; typedef
103 ExceptionType
127 (*ErrorHandler)(const ExceptionType,const char *,const char *);
130 (*FatalErrorHandler)(const ExceptionType,const char *,const char *);
133 (*WarningHandler)(const ExceptionType,const char *,const char *);
139 *GetLocaleExceptionMessage(const ExceptionType,const char *);
153 ThrowException(ExceptionInfo *,const ExceptionType,const char *,
156 const size_t,const ExceptionType,const char *,const char *,va_list),
158 const ExceptionType,const char *,const char *,...)
165 MagickError(const ExceptionType,const char *,const char *),
[all …]
Dexception.c64 DefaultErrorHandler(const ExceptionType,const char *,const char *),
65 DefaultFatalErrorHandler(const ExceptionType,const char *,const char *),
66 DefaultWarningHandler(const ExceptionType,const char *,const char *);
300 static void DefaultErrorHandler(const ExceptionType magick_unused(severity), in DefaultErrorHandler()
342 static void DefaultFatalErrorHandler(const ExceptionType severity, in DefaultFatalErrorHandler()
384 static void DefaultWarningHandler(const ExceptionType magick_unused(severity), in DefaultWarningHandler()
520 static const char *ExceptionSeverityToTag(const ExceptionType severity) in ExceptionSeverityToTag()
592 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, in GetLocaleExceptionMessage()
722 MagickExport void MagickError(const ExceptionType error,const char *reason, in MagickError()
758 MagickExport void MagickFatalError(const ExceptionType error,const char *reason, in MagickFatalError()
[all …]
Dnt-base.h319 NTErrorHandler(const ExceptionType,const char *,const char *),
321 NTWarningHandler(const ExceptionType,const char *,const char *);
Dimage-view.h38 *GetImageViewException(const ImageView *,ExceptionType *);
/external/ImageMagick/MagickWand/
Dpixel-iterator.h32 *PixelGetIteratorException(const PixelIterator *,ExceptionType *);
34 extern WandExport ExceptionType
DMagickWand.h100 *MagickGetException(const MagickWand *,ExceptionType *);
102 extern WandExport ExceptionType
Dpixel-wand.h31 *PixelGetException(const PixelWand *,ExceptionType *);
45 extern WandExport ExceptionType
Ddrawing-wand.h36 *DrawGetException(const DrawingWand *,ExceptionType *),
75 extern WandExport ExceptionType
Dwandcli.h38 const ExceptionType,const char *,const char *,...)
Dwand-view.h38 *GetWandViewException(const WandView *,ExceptionType *);
Dmagick-wand.c274 ExceptionType *severity) in MagickGetException()
283 assert(severity != (ExceptionType *) NULL); in MagickGetException()
330 WandExport ExceptionType MagickGetExceptionType(const MagickWand *wand) in MagickGetExceptionType()
/external/syslinux/efi64/include/efi/protocol/
Defidbg.h85 IN EXCEPTION_TYPE ExceptionType,
101 IN EXCEPTION_TYPE ExceptionType
/external/syslinux/efi32/include/efi/protocol/
Defidbg.h85 IN EXCEPTION_TYPE ExceptionType,
101 IN EXCEPTION_TYPE ExceptionType
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
Defidbg.h85 IN EXCEPTION_TYPE ExceptionType,
101 IN EXCEPTION_TYPE ExceptionType
/external/ImageMagick/www/source/
Dwand.c12 ExceptionType \ in main()
/external/ImageMagick/MagickWand/tests/
Dadd_first.c12 ExceptionType in ThrowWandException()
Dadd_last.c12 ExceptionType in ThrowWandException()
Dadd_norm.c12 ExceptionType in ThrowWandException()
Dadd_index.c12 ExceptionType in ThrowWandException()
Dadd_mixed.c12 ExceptionType in ThrowWandException()
Dadd_norm_lists.c12 ExceptionType in ThrowWandException()
Dadd_first_lists.c12 ExceptionType in ThrowWandException()
Dadd_mixed_lists.c12 ExceptionType in ThrowWandException()
Dadd_last_lists.c12 ExceptionType in ThrowWandException()
/external/ImageMagick/api_examples/
Dwand.c33 ExceptionType in ThrowWandException()

123