Home
last modified time | relevance | path

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

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