Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
252 % ExceptionInfo *exception)
258 % o exception: return any errors or warnings in this structure.
262 ExceptionInfo *exception)
288 options=GetConfigureOptions(filename,exception);
293 GetStringInfoPath(option),0,exception);
314 (void) ThrowMagickException(exception,GetMagickModule(),
328 (void) ThrowMagickException(exception,GetMagickModule(),
356 *exception;
363 exception=AcquireExceptionInfo();
364 log_info=GetLogInfo("*",exception);
365 exception=DestroyExceptionInfo(exception);
393 % LogInfo *GetLogInfo(const char *name,ExceptionInfo *exception)
399 % o exception: return any errors or warnings in this structure.
402 static LogInfo *GetLogInfo(const char *name,ExceptionInfo *exception)
407 assert(exception != (ExceptionInfo *) NULL);
408 if (IsLogCacheInstantiated(exception) == MagickFalse)
451 % size_t *number_preferences,ExceptionInfo *exception)
459 % o exception: return any errors or warnings in this structure.
484 size_t *number_preferences,ExceptionInfo *exception)
502 p=GetLogInfo("*",exception);
546 % ExceptionInfo *exception)
554 % o exception: return any errors or warnings in this structure.
578 ExceptionInfo *exception)
596 p=GetLogInfo("*",exception);
664 % MagickBooleanType IsLogCacheInstantiated(ExceptionInfo *exception)
668 % o exception: return any errors or warnings in this structure.
671 static MagickBooleanType IsLogCacheInstantiated(ExceptionInfo *exception)
679 log_cache=AcquireLogCache(LogFilename,exception);
711 *exception;
716 exception=AcquireExceptionInfo();
717 log_info=GetLogInfo("*",exception);
718 exception=DestroyExceptionInfo(exception);
736 % MagickBooleanType ListLogInfo(FILE *file,ExceptionInfo *exception)
742 % o exception: return any errors or warnings in this structure.
745 MagickExport MagickBooleanType ListLogInfo(FILE *file,ExceptionInfo *exception)
766 log_info=GetLogInfoList("*",&number_aliases,exception);
845 *exception;
849 exception=AcquireExceptionInfo();
850 (void) GetLogInfo("*",exception);
851 exception=DestroyExceptionInfo(exception);
959 *exception;
976 exception=AcquireExceptionInfo();
977 log_info=(LogInfo *) GetLogInfo("*",exception);
978 exception=DestroyExceptionInfo(exception);
1282 *exception;
1292 exception=AcquireExceptionInfo();
1293 log_info=(LogInfo *) GetLogInfo("*",exception);
1294 exception=DestroyExceptionInfo(exception);
1433 % const char *filename,const size_t depth,ExceptionInfo *exception)
1443 % o exception: return any errors or warnings in this structure.
1447 const char *filename,const size_t depth,ExceptionInfo *exception)
1515 (void) ThrowMagickException(exception,GetMagickModule(),
1535 exception);
1563 (void) ThrowMagickException(exception,GetMagickModule(),
1745 *exception;
1753 exception=AcquireExceptionInfo();
1754 log_info=(LogInfo *) GetLogInfo("*",exception);
1755 exception=DestroyExceptionInfo(exception);
1795 *exception;
1797 exception=AcquireExceptionInfo();
1798 log_info=(LogInfo *) GetLogInfo("*",exception);
1799 exception=DestroyExceptionInfo(exception);
1833 *exception;
1838 exception=AcquireExceptionInfo();
1839 log_info=(LogInfo *) GetLogInfo("*",exception);
1840 exception=DestroyExceptionInfo(exception);