Lines Matching refs:exception
48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
243 % ExceptionInfo *exception)
249 % o exception: return any errors or warnings in this structure.
268 ExceptionInfo *exception)
298 options=GetConfigureOptions(filename,exception);
304 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
325 (void) ThrowMagickException(exception,GetMagickModule(),
341 (void) ThrowMagickException(exception,GetMagickModule(),
365 % const size_t length,ExceptionInfo *exception)
374 % o exception: return any errors or warnings in this structure.
378 const size_t length,ExceptionInfo *exception)
383 assert(exception != (ExceptionInfo *) NULL);
384 if (IsMagicCacheInstantiated(exception) == MagickFalse)
428 exception)
432 % o exception: return any errors or warnings in this structure.
435 MagickExport size_t GetMagicPatternExtent(ExceptionInfo *exception)
447 assert(exception != (ExceptionInfo *) NULL);
448 if ((size != 0) || (IsMagicCacheInstantiated(exception) == MagickFalse))
484 % size_t *number_aliases,ExceptionInfo *exception)
492 % o exception: return any errors or warnings in this structure.
518 size_t *number_aliases,ExceptionInfo *exception)
536 p=GetMagicInfo((const unsigned char *) NULL,0,exception);
581 % ExceptionInfo *exception)
590 % o exception: return any errors or warnings in this structure.
614 ExceptionInfo *exception)
632 p=GetMagicInfo((const unsigned char *) NULL,0,exception);
704 % MagickBooleanType IsMagicCacheInstantiated(ExceptionInfo *exception)
708 % o exception: return any errors or warnings in this structure.
711 static MagickBooleanType IsMagicCacheInstantiated(ExceptionInfo *exception)
719 magic_cache=AcquireMagicCache(MagicFilename,exception);
741 % MagickBooleanType ListMagicInfo(FILE *file,ExceptionInfo *exception)
747 % o exception: return any errors or warnings in this structure.
751 ExceptionInfo *exception)
770 magic_info=GetMagicInfoList("*",&number_aliases,exception);
831 % const char *filename,const size_t depth,ExceptionInfo *exception)
841 % o exception: return any errors or warnings in this structure.
845 const char *filename,const size_t depth,ExceptionInfo *exception)
916 (void) ThrowMagickException(exception,GetMagickModule(),
936 exception);
965 (void) ThrowMagickException(exception,GetMagickModule(),