Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base-private.h144 NTGetModulePath(const char *,char *),
Dconfigure.c928 if ((NTGetModulePath(MagickCoreDLL,module_path) != MagickFalse) || in GetConfigurePaths()
929 (NTGetModulePath(MagickCoreDebugDLL,module_path) != MagickFalse)) in GetConfigurePaths()
945 if (NTGetModulePath("Magick.dll",module_path) != MagickFalse) in GetConfigurePaths()
Dmodule.c772 if ((NTGetModulePath("CORE_RL_MagickCore_.dll",path) != MagickFalse) || in GetMagickModulePath()
773 (NTGetModulePath("CORE_DB_MagickCore_.dll",path) != MagickFalse)) in GetMagickModulePath()
Dnt-base.c1002 MagickPrivate MagickBooleanType NTGetModulePath(const char *module,char *path) in NTGetModulePath() function