Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:cache

188     *cache;
193 cache=NewLinkedList(0);
194 if (cache == (LinkedListInfo *) NULL)
209 status&=LoadDelegateCache(cache,(const char *)
216 if (IsLinkedListEmpty(cache) != MagickFalse)
217 status&=LoadDelegateCache(cache,DelegateMap,"built-in",0,exception);
218 return(cache);
1512 % IsDelegateCacheInstantiated() determines if the delegate cache is
1513 % instantiated. If not, it instantiates the cache and returns it.
1997 % MagickBooleanType LoadDelegateCache(LinkedListInfo *cache,
2012 static MagickBooleanType LoadDelegateCache(LinkedListInfo *cache,
2104 status&=LoadDelegateCache(cache,file_xml,path,
2132 status=AppendValueToLinkedList(cache,delegate_info);