Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:exception

73 %        char **argv,char **metadata,ExceptionInfo *exception)
85 % o exception: return any errors or warnings in this structure.
164 int argc,char **argv,char **metadata,ExceptionInfo *exception)
176 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
183 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
227 assert(exception != (ExceptionInfo *) NULL);
249 stream_info=AcquireStreamInfo(image_info,exception);
259 status=OpenStream(image_info,stream_info,argv[argc-1],exception);
297 images=StreamImage(image_info,stream_info,exception);
299 (exception->severity < ErrorException);
566 argv+j,exception);