Searched refs:GetLogInfo (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | log.c | 222 *GetLogInfo(const char *,ExceptionInfo *); 357 log_info=GetLogInfo("*",exception); in CloseMagickLog() 394 static LogInfo *GetLogInfo(const char *name,ExceptionInfo *exception) in GetLogInfo() function 493 p=GetLogInfo("*",exception); in GetLogInfoList() 586 p=GetLogInfo("*",exception); in GetLogList() 704 log_info=GetLogInfo("*",exception); in IsEventLogging() 836 (void) GetLogInfo("*",exception); in LogComponentGenesis() 961 log_info=(LogInfo *) GetLogInfo("*",exception); in TranslateEvent() 1277 log_info=(LogInfo *) GetLogInfo("*",exception); in LogMagickEventList() 1735 log_info=(LogInfo *) GetLogInfo("*",exception); in SetLogEventMask() [all …]
|