Lines Matching refs:log_cache
210 *log_cache = (LinkedListInfo *) NULL; variable
408 ResetLinkedListIterator(log_cache); in GetLogInfo()
409 p=(LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogInfo()
419 p=(LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogInfo()
422 (void) InsertValueInLinkedList(log_cache,0, in GetLogInfo()
423 RemoveElementByValueFromLinkedList(log_cache,p)); in GetLogInfo()
499 GetNumberOfElementsInLinkedList(log_cache)+1UL,sizeof(*preferences)); in GetLogInfoList()
506 ResetLinkedListIterator(log_cache); in GetLogInfoList()
507 p=(const LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogInfoList()
513 p=(const LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogInfoList()
592 GetNumberOfElementsInLinkedList(log_cache)+1UL,sizeof(*preferences)); in GetLogList()
599 ResetLinkedListIterator(log_cache); in GetLogList()
600 p=(const LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogList()
606 p=(const LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogList()
667 if (IsLinkedListEmpty(log_cache) != MagickFalse) in CheckEventLogging()
674 ResetLinkedListIterator(log_cache); in CheckEventLogging()
675 p=(LogInfo *) GetNextValueInLinkedList(log_cache); in CheckEventLogging()
683 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
688 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
690 log_cache=AcquireLogCache(LogFilename,exception); in IsLogCacheInstantiated()
695 return(log_cache != (LinkedListInfo *) NULL ? MagickTrue : MagickFalse); in IsLogCacheInstantiated()
907 if (log_cache != (LinkedListInfo *) NULL) in LogComponentTerminus()
908 log_cache=DestroyLinkedList(log_cache,DestroyLogElement); in LogComponentTerminus()
1754 log_info=(LogInfo *) GetValueFromLinkedList(log_cache,0); in SetLogEventMask()
1838 log_info=(LogInfo *) GetValueFromLinkedList(log_cache,0); in SetLogMethod()