Home
last modified time | relevance | path

Searched refs:log_cache (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dlog.c213 *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()
[all …]