• Home
  • Raw
  • Download

Lines Matching refs:log_cache

213   *log_cache = (LinkedListInfo *) NULL;  variable
416 ResetLinkedListIterator(log_cache); in GetLogInfo()
417 p=(LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogInfo()
427 p=(LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogInfo()
430 (void) InsertValueInLinkedList(log_cache,0, in GetLogInfo()
431 RemoveElementByValueFromLinkedList(log_cache,p)); in GetLogInfo()
507 GetNumberOfElementsInLinkedList(log_cache)+1UL,sizeof(*preferences)); in GetLogInfoList()
514 ResetLinkedListIterator(log_cache); in GetLogInfoList()
515 p=(const LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogInfoList()
521 p=(const LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogInfoList()
600 GetNumberOfElementsInLinkedList(log_cache)+1UL,sizeof(*preferences)); in GetLogList()
607 ResetLinkedListIterator(log_cache); in GetLogList()
608 p=(const LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogList()
614 p=(const LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogList()
675 if (IsLinkedListEmpty(log_cache) != MagickFalse) in CheckEventLogging()
682 ResetLinkedListIterator(log_cache); in CheckEventLogging()
683 p=(LogInfo *) GetNextValueInLinkedList(log_cache); in CheckEventLogging()
691 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
696 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
698 log_cache=AcquireLogCache(LogFilename,exception); in IsLogCacheInstantiated()
703 return(log_cache != (LinkedListInfo *) NULL ? MagickTrue : MagickFalse); in IsLogCacheInstantiated()
1153 if (log_cache != (LinkedListInfo *) NULL) in LogComponentTerminus()
1154 log_cache=DestroyLinkedList(log_cache,DestroyLogElement); in LogComponentTerminus()
1778 log_info=(LogInfo *) GetValueFromLinkedList(log_cache,0); in SetLogEventMask()
1862 log_info=(LogInfo *) GetValueFromLinkedList(log_cache,0); in SetLogMethod()