• Home
  • Raw
  • Download

Lines Matching refs:module_path

393     module_path[MagickPathExtent],  in GetModuleList()  local
421 status=GetMagickModulePath(filename,MagickImageCoderModule,module_path, in GetModuleList()
428 status=GetMagickModulePath(filename,MagickImageFilterModule,module_path, in GetModuleList()
435 GetPathComponent(module_path,HeadPath,path); in GetModuleList()
531 *module_path; in GetMagickModulePath() local
540 module_path=(char *) NULL; in GetMagickModulePath()
548 module_path=GetEnvironmentValue("MAGICK_CODER_MODULE_PATH"); in GetMagickModulePath()
550 if (module_path == (char *) NULL) in GetMagickModulePath()
551 module_path=AcquireString(MAGICKCORE_CODER_PATH); in GetMagickModulePath()
559 module_path=GetEnvironmentValue("MAGICK_CODER_FILTER_PATH"); in GetMagickModulePath()
561 if (module_path == (char *) NULL) in GetMagickModulePath()
562 module_path=AcquireString(MAGICKCORE_FILTER_PATH); in GetMagickModulePath()
567 if (module_path != (char *) NULL) in GetMagickModulePath()
573 for (p=module_path-1; p != (char *) NULL; ) in GetMagickModulePath()
595 module_path=DestroyString(module_path); in GetMagickModulePath()
600 module_path=DestroyString(module_path); in GetMagickModulePath()
1072 module_path[MagickPathExtent], in ListModuleInfo() local
1091 (void) GetMagickModulePath(filename,MagickImageCoderModule,module_path, in ListModuleInfo()
1093 GetPathComponent(module_path,HeadPath,path); in ListModuleInfo()
1118 (void) GetMagickModulePath(filename,MagickImageFilterModule,module_path, in ListModuleInfo()
1120 GetPathComponent(module_path,HeadPath,path); in ListModuleInfo()