Lines Matching refs:module_path
407 module_path[MagickPathExtent], in GetModuleList() local
435 status=GetMagickModulePath(filename,MagickImageCoderModule,module_path, in GetModuleList()
442 status=GetMagickModulePath(filename,MagickImageFilterModule,module_path, in GetModuleList()
449 GetPathComponent(module_path,HeadPath,path); in GetModuleList()
545 *module_path; in GetMagickModulePath() local
554 module_path=(char *) NULL; in GetMagickModulePath()
562 module_path=GetEnvironmentValue("MAGICK_CODER_MODULE_PATH"); in GetMagickModulePath()
564 if (module_path == (char *) NULL) in GetMagickModulePath()
565 module_path=AcquireString(MAGICKCORE_CODER_PATH); in GetMagickModulePath()
573 module_path=GetEnvironmentValue("MAGICK_CODER_FILTER_PATH"); in GetMagickModulePath()
575 if (module_path == (char *) NULL) in GetMagickModulePath()
576 module_path=AcquireString(MAGICKCORE_FILTER_PATH); in GetMagickModulePath()
581 if (module_path != (char *) NULL) in GetMagickModulePath()
587 for (p=module_path-1; p != (char *) NULL; ) in GetMagickModulePath()
600 module_path=DestroyString(module_path); in GetMagickModulePath()
605 module_path=DestroyString(module_path); in GetMagickModulePath()
1074 module_path[MagickPathExtent], in ListModuleInfo() local
1093 (void) GetMagickModulePath(filename,MagickImageCoderModule,module_path, in ListModuleInfo()
1095 GetPathComponent(module_path,HeadPath,path); in ListModuleInfo()
1120 (void) GetMagickModulePath(filename,MagickImageFilterModule,module_path, in ListModuleInfo()
1122 GetPathComponent(module_path,HeadPath,path); in ListModuleInfo()