Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dtype.c132 LoadTypeCache(SplayTreeInfo *,const char *,const char *,const size_t,
221 status&=LoadTypeCache(cache,(const char *) in AcquireTypeCache()
240 status&=LoadTypeCache(cache,option,path,0,exception); in AcquireTypeCache()
248 status&=LoadTypeCache(cache,TypeMap,"built-in",0,exception); in AcquireTypeCache()
1069 static MagickBooleanType LoadTypeCache(SplayTreeInfo *cache,const char *xml, in LoadTypeCache() function
1175 status&=LoadTypeCache(cache,xml,path,depth+1,exception); in LoadTypeCache()