Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
213 % ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception)
220 % o exception: return any errors or warnings in this structure.
223 MagickExport ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception)
236 (void) OpenModules(exception);
264 % size_t *number_modules,ExceptionInfo *exception)
272 % o exception: return any errors or warnings in this structure.
298 size_t *number_modules,ExceptionInfo *exception)
316 p=GetModuleInfo("*",exception);
361 % size_t *number_modules,ExceptionInfo *exception)
372 % o exception: return any errors or warnings in this structure.
409 const MagickModuleType type,size_t *number_modules,ExceptionInfo *exception)
445 exception);
452 exception);
509 (void) ThrowMagickException(exception,GetMagickModule(),ConfigureError,
537 % MagickModuleType module_type,char *path,ExceptionInfo *exception)
548 % o exception: return any errors or warnings in this structure.
552 MagickModuleType module_type,char *path,ExceptionInfo *exception)
560 assert(exception != (ExceptionInfo *) NULL);
645 ThrowFileException(exception,ConfigureWarning,
680 ThrowMagickException(exception,GetMagickModule(),ConfigureError,
689 ThrowFileException(exception,ConfigureWarning,
834 if (exception->severity < ConfigureError)
835 ThrowFileException(exception,ConfigureWarning,"UnableToOpenModuleFile",
865 *exception;
870 exception=AcquireExceptionInfo();
872 if (UnregisterModule(p,exception) == MagickFalse)
873 CatchException(exception);
878 exception=DestroyExceptionInfo(exception);
934 % const int argc,const char **argv,ExceptionInfo *exception)
948 % o exception: return any errors or warnings in this structure.
952 Image **images,const int argc,const char **argv,ExceptionInfo *exception)
983 status=InvokeStaticImageFilter(tag,images,argc,argv,exception);
992 (void) ThrowMagickException(exception,GetMagickModule(),PolicyError,
997 status=GetMagickModulePath(name,MagickImageFilterModule,path,exception);
1000 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
1010 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
1026 ClearMagickException(exception);
1029 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
1039 signature=image_filter(images,argc,argv,exception);
1044 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
1052 (void) ThrowMagickException(exception,GetMagickModule(),ModuleWarning,
1054 return(exception->severity < ErrorException ? MagickTrue : MagickFalse);
1073 % MagickBooleanType ListModuleInfo(FILE *file,ExceptionInfo *exception)
1079 % o exception: return any errors or warnings in this structure.
1083 ExceptionInfo *exception)
1102 modules=GetModuleList("*",MagickImageCoderModule,&number_modules,exception);
1107 exception);
1129 modules=GetModuleList("*",MagickImageFilterModule,&number_modules,exception);
1134 exception);
1230 % MagickBooleanType OpenModule(const char *module,ExceptionInfo *exception)
1236 % o exception: return any errors or warnings in this structure.
1240 ExceptionInfo *exception)
1267 module_info=(ModuleInfo *) GetModuleInfo(module,exception);
1271 p=GetCoderInfo(module,exception);
1284 status=GetMagickModulePath(filename,MagickImageCoderModule,path,exception);
1295 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
1304 if (RegisterModule(module_info,exception) == (ModuleInfo *) NULL)
1313 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
1327 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
1337 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
1361 % MagickBooleanType OpenModules(ExceptionInfo *exception)
1365 % o exception: return any errors or warnings in this structure.
1368 MagickPrivate MagickBooleanType OpenModules(ExceptionInfo *exception)
1382 (void) GetMagickInfo((char *) NULL,exception);
1384 modules=GetModuleList("*",MagickImageCoderModule,&number_modules,exception);
1392 (void) OpenModule(modules[i],exception);
1420 % ExceptionInfo *exception)
1428 % o exception: return any errors or warnings in this structure.
1432 ExceptionInfo *exception)
1444 (void) ThrowMagickException(exception,GetMagickModule(),ResourceLimitError,
1611 % ExceptionInfo *exception)
1617 % o exception: return any errors or warnings in this structure.
1621 ExceptionInfo *exception)
1628 assert(exception != (ExceptionInfo *) NULL);
1634 (void) ThrowMagickException(exception,GetMagickModule(),ModuleWarning,
1648 ExceptionInfo *magick_unused(exception))
1654 Image **image,const int argc,const char **argv,ExceptionInfo *exception)
1667 (void) ThrowMagickException(exception,GetMagickModule(),PolicyError,
1675 (void) exception;
1685 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
1695 signature=image_filter(image,argc,argv,exception);
1701 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,