Lines Matching refs:exception
50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
300 % ExceptionInfo *exception)
306 % o exception: return any errors or warnings in this structure.
329 ExceptionInfo *exception)
356 options=GetConfigureOptions(filename,exception);
361 GetStringInfoPath(option),0,exception);
382 (void) ThrowMagickException(exception,GetMagickModule(),
395 (void) ThrowMagickException(exception,GetMagickModule(),
474 % const CoderInfo *GetCoderInfo(const char *name,ExceptionInfo *exception)
480 % o exception: return any errors or warnings in this structure.
484 ExceptionInfo *exception)
489 assert(exception != (ExceptionInfo *) NULL);
490 if (IsCoderTreeInstantiated(exception) == MagickFalse)
521 % size_t *number_coders,ExceptionInfo *exception)
529 % o exception: return any errors or warnings in this structure.
547 size_t *number_coders,ExceptionInfo *exception)
565 p=GetCoderInfo("*",exception);
609 % ExceptionInfo *exception)
617 % o exception: return any errors or warnings in this structure.
633 size_t *number_coders,ExceptionInfo *exception)
651 p=GetCoderInfo("*",exception);
695 % MagickBooleanType IsCoderTreeInstantiated(ExceptionInfo *exception)
699 % o exception: return any errors or warnings in this structure.
702 static MagickBooleanType IsCoderTreeInstantiated(ExceptionInfo *exception)
710 coder_cache=AcquireCoderCache(MagickCoderFilename,exception);
732 % MagickBooleanType ListCoderInfo(FILE *file,ExceptionInfo *exception)
738 % o exception: return any errors or warnings in this structure.
742 ExceptionInfo *exception)
761 coder_info=GetCoderInfoList("*",&number_coders,exception);
810 % const char *filename,const size_t depth,ExceptionInfo *exception)
820 % o exception: return any errors or warnings in this structure.
824 const char *filename,const size_t depth,ExceptionInfo *exception)
895 (void) ThrowMagickException(exception,GetMagickModule(),
915 exception);
944 (void) ThrowMagickException(exception,GetMagickModule(),