Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
147 % ExceptionInfo *exception)
153 % o exception: return any errors or warnings in this structure.
157 ExceptionInfo *exception)
183 options=GetConfigureOptions(filename,exception);
188 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
210 (void) ThrowMagickException(exception,GetMagickModule(),
222 (void) ThrowMagickException(exception,GetMagickModule(),
360 % ExceptionInfo *exception)
369 % o exception: return any errors or warnings in this structure.
373 ExceptionInfo *exception)
378 assert(exception != (ExceptionInfo *) NULL);
379 if (IsConfigureCacheInstantiated(exception) == MagickFalse)
423 % size_t *number_options,ExceptionInfo *exception)
432 % o exception: return any errors or warnings in this structure.
458 size_t *number_options,ExceptionInfo *exception)
476 p=GetConfigureInfo("*",exception);
521 % size_t *number_options,ExceptionInfo *exception)
529 % o exception: return any errors or warnings in this structure.
553 size_t *number_options,ExceptionInfo *exception)
571 p=GetConfigureInfo("*",exception);
627 *exception;
631 exception=AcquireExceptionInfo();
632 configure_info=GetConfigureInfo(option,exception);
633 exception=DestroyExceptionInfo(exception);
660 % ExceptionInfo *exception)
666 % o exception: return any errors or warnings in this structure.
670 ExceptionInfo *exception)
687 assert(exception != (ExceptionInfo *) NULL);
693 paths=GetConfigurePaths(filename,exception);
729 (void) ThrowMagickException(exception,GetMagickModule(),ConfigureWarning,
753 % ExceptionInfo *exception)
759 % o exception: return any errors or warnings in this structure.
763 ExceptionInfo *exception)
777 assert(exception != (ExceptionInfo *) NULL);
1025 % MagickBooleanType IsConfigureCacheInstantiated(ExceptionInfo *exception)
1029 % o exception: return any errors or warnings in this structure.
1032 static MagickBooleanType IsConfigureCacheInstantiated(ExceptionInfo *exception)
1040 configure_cache=AcquireConfigureCache(ConfigureFilename,exception);
1062 % MagickBooleanType ListConfigureInfo(FILE *file,ExceptionInfo *exception)
1068 % o exception: return any errors or warnings in this structure.
1072 ExceptionInfo *exception)
1093 configure_info=GetConfigureInfoList("*",&number_options,exception);
1151 % ExceptionInfo *exception)
1161 % o exception: return any errors or warnings in this structure.
1166 ExceptionInfo *exception)
1235 (void) ThrowMagickException(exception,GetMagickModule(),
1255 exception);
1284 (void) ThrowMagickException(exception,GetMagickModule(),