Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:cache

167     *cache;
172 cache=NewLinkedList(0);
173 if (cache == (LinkedListInfo *) NULL)
188 status&=LoadMimeCache(cache,(const char *)
195 if (IsLinkedListEmpty(cache) != MagickFalse)
196 status&=LoadMimeCache(cache,MimeMap,"built-in",0,exception);
197 return(cache);
792 % MagickBooleanType LoadMimeCache(LinkedListInfo *cache,const char *xml,
806 static MagickBooleanType LoadMimeCache(LinkedListInfo *cache,const char *xml,
863 status&=LoadMimeCache(cache,file_xml,path,depth+1,exception);
976 status=AppendValueToLinkedList(cache,mime_info);