Home | History | Annotate | Download | only in MagickCore

Lines Matching full:module_path

416     module_path[MagickPathExtent],
444 status=GetMagickModulePath(filename,MagickImageCoderModule,module_path,
451 status=GetMagickModulePath(filename,MagickImageFilterModule,module_path,
458 GetPathComponent(module_path,HeadPath,path);
555 *module_path;
564 module_path=(char *) NULL;
572 module_path=GetEnvironmentValue("MAGICK_CODER_MODULE_PATH");
574 if (module_path == (char *) NULL)
575 module_path=AcquireString(MAGICKCORE_CODER_PATH);
583 module_path=GetEnvironmentValue("MAGICK_CODER_FILTER_PATH");
585 if (module_path == (char *) NULL)
586 module_path=AcquireString(MAGICKCORE_FILTER_PATH);
591 if (module_path != (char *) NULL)
597 for (p=module_path-1; p != (char *) NULL; )
610 module_path=DestroyString(module_path);
615 module_path=DestroyString(module_path);
1087 module_path[MagickPathExtent],
1106 (void) GetMagickModulePath(filename,MagickImageCoderModule,module_path,
1108 GetPathComponent(module_path,HeadPath,path);
1133 (void) GetMagickModulePath(filename,MagickImageFilterModule,module_path,
1135 GetPathComponent(module_path,HeadPath,path);