Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:cache

265     *cache;
276 cache=NewLinkedList(0);
277 if (cache == (LinkedListInfo *) NULL)
292 status&=LoadLogCache(cache,(const char *) GetStringInfoDatum(option),
326 status&=AppendValueToLinkedList(cache,log_info);
331 return(cache);
1432 % MagickBooleanType LoadLogCache(LinkedListInfo *cache,const char *xml,
1446 static MagickBooleanType LoadLogCache(LinkedListInfo *cache,const char *xml,
1534 status&=LoadLogCache(cache,file_xml,path,depth+1,
1561 status=AppendValueToLinkedList(cache,log_info);
1653 if (cache == (LinkedListInfo *) NULL)