Searched refs:reg_location (Results 1 – 2 of 2) sorted by relevance
284 char *reg_location = NULL; in GetIniPathFromRegistry() local289 reg_location = emalloc(MAXPATHLEN+1); in GetIniPathFromRegistry()290 if(RegQueryValueEx(hKey, PHPRC_REGISTRY_NAME, 0, NULL, reg_location, &buflen) != ERROR_SUCCESS) { in GetIniPathFromRegistry()292 efree(reg_location); in GetIniPathFromRegistry()293 reg_location = NULL; in GetIniPathFromRegistry()294 return reg_location; in GetIniPathFromRegistry()298 return reg_location; in GetIniPathFromRegistry()
429 char *reg_location; in php_init_config() local487 reg_location = GetIniPathFromRegistry(); in php_init_config()488 if (reg_location != NULL) { in php_init_config()492 strlcat(php_ini_search_path, reg_location, search_path_size); in php_init_config()493 efree(reg_location); in php_init_config()
Completed in 12 milliseconds