Lines Matching refs:exception
57 #include "MagickCore/exception.h"
58 #include "MagickCore/exception-private.h"
290 *exception;
300 exception=AcquireExceptionInfo();
301 p=GetMagickInfo("*",exception);
302 exception=DestroyExceptionInfo(exception);
536 % const MagickInfo *GetMagickInfo(const char *name,Exception *exception)
542 % o exception: return any errors or warnings in this structure.
546 ExceptionInfo *exception)
551 assert(exception != (ExceptionInfo *) NULL);
552 if (IsMagickTreeInstantiated(exception) == MagickFalse)
556 (void) OpenModules(exception);
581 (void) OpenModule(name,exception);
614 % size_t *number_formats,ExceptionInfo *exception)
622 % o exception: return any errors or warnings in this structure.
646 size_t *number_formats,ExceptionInfo *exception)
664 p=GetMagickInfo("*",exception);
708 % ExceptionInfo *exception)
716 % o exception: return any errors or warnings in this structure.
740 size_t *number_formats,ExceptionInfo *exception)
758 p=GetMagickInfo("*",exception);
983 % IsMagickTreeInstantiated(Exceptioninfo *exception)
987 % o exception: return any errors or warnings in this structure.
1014 static MagickBooleanType IsMagickTreeInstantiated(ExceptionInfo *exception)
1016 (void) exception;
1030 (void) GetModuleInfo((char *) NULL,exception);
1095 % MagickBooleanType ListMagickInfo(FILE *file,ExceptionInfo *exception)
1101 % o exception: return any errors or warnings in this structure.
1105 ExceptionInfo *exception)
1121 magick_info=GetMagickInfoList("*",&number_formats,exception);
1124 ClearMagickException(exception);