Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
160 % ExceptionInfo *exception)
166 % o exception: return any errors or warnings in this structure.
170 ExceptionInfo *exception)
196 options=GetConfigureOptions(filename,exception);
201 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
222 (void) ThrowMagickException(exception,GetMagickModule(),
237 (void) ThrowMagickException(exception,GetMagickModule(),
260 % PolicyInfo *GetPolicyInfo(const char *name,ExceptionInfo *exception)
266 % o exception: return any errors or warnings in this structure.
269 static PolicyInfo *GetPolicyInfo(const char *name,ExceptionInfo *exception)
280 assert(exception != (ExceptionInfo *) NULL);
281 if (IsPolicyCacheInstantiated(exception) == MagickFalse)
337 % size_t *number_policies,ExceptionInfo *exception)
345 % o exception: return any errors or warnings in this structure.
349 size_t *number_policies,ExceptionInfo *exception)
367 p=GetPolicyInfo("*",exception);
410 % ExceptionInfo *exception)
418 % o exception: return any errors or warnings in this structure.
422 size_t *number_policies,ExceptionInfo *exception)
440 p=GetPolicyInfo("*",exception);
498 *exception;
502 exception=AcquireExceptionInfo();
503 policy_info=GetPolicyInfo(name,exception);
504 exception=DestroyExceptionInfo(exception);
530 % MagickBooleanType IsPolicyCacheInstantiated(ExceptionInfo *exception)
534 % o exception: return any errors or warnings in this structure.
537 static MagickBooleanType IsPolicyCacheInstantiated(ExceptionInfo *exception)
545 policy_cache=AcquirePolicyCache(PolicyFilename,exception);
587 *exception;
599 exception=AcquireExceptionInfo();
600 policy_info=GetPolicyInfo("*",exception);
601 exception=DestroyExceptionInfo(exception);
645 % MagickBooleanType ListPolicyInfo(FILE *file,ExceptionInfo *exception)
651 % o exception: return any errors or warnings in this structure.
655 ExceptionInfo *exception)
675 policy_info=GetPolicyInfoList("*",&number_policies,exception);
741 % const char *filename,const size_t depth,ExceptionInfo *exception)
751 % o exception: return any errors or warnings in this structure.
755 const char *filename,const size_t depth,ExceptionInfo *exception)
826 (void) ThrowMagickException(exception,GetMagickModule(),
846 depth+1,exception);
874 (void) ThrowMagickException(exception,GetMagickModule(),