Searched refs:registry_roots (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 135 const registry_roots[2] = variable 1091 for (j=0; j < (ssize_t) (sizeof(registry_roots)/sizeof(registry_roots[0])); in NTLocateGhostscript() 1095 if (RegOpenKeyExA(registry_roots[j].hkey,key,0,mode,&hkey) == in NTLocateGhostscript() 1240 if (NTGetRegistryValue(registry_roots[root_index].hkey,buffer,flags,name,value,&extent) != 0) in NTGhostscriptGetString() 1245 if (NTGetRegistryValue(registry_roots[root_index].hkey,buffer,flags,name,value,&extent) != 0) in NTGhostscriptGetString() 1249 "registry: \"%s\\%s\\%s\"=\"%s\"",registry_roots[root_index].name, in NTGhostscriptGetString()
|