Lines Matching refs:module_path
251 *module_path; in DllMain() local
270 module_path=create_utf8_string(wide_path); in DllMain()
272 if (module_path[count] == '\\') in DllMain()
274 module_path[count+1]='\0'; in DllMain()
280 module_path=DestroyString(module_path); in DllMain()
286 if ((count != 0) && (strstr(path,module_path) == (char *) NULL)) in DllMain()
288 if ((strlen(module_path)+count+1) < (16*MagickPathExtent-1)) in DllMain()
298 module_path=DestroyString(module_path); in DllMain()
303 "%s;%s",module_path,path); in DllMain()
309 module_path=DestroyString(module_path); in DllMain()
963 module_path[MagickPathExtent]; in NTGetModulePath() local
975 length=GetModuleFileName(handle,module_path,MagickPathExtent); in NTGetModulePath()
977 GetPathComponent(module_path,HeadPath,path); in NTGetModulePath()