Home
last modified time | relevance | path

Searched refs:RegEnumValue (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/
H A Dmsvccompiler.py28 RegEnumValue = winreg.EnumValue variable
40 RegEnumValue = win32api.RegEnumValue variable
84 name, value, type = RegEnumValue(handle, i)
H A Dmsvc9compiler.py30 RegEnumValue = winreg.EnumValue variable
102 name, value, type = RegEnumValue(handle, i)
/third_party/gn/src/base/win/
H A Dregistry.cc22 // RegEnumValue() reports the number of characters from the name that were
186 LONG r = ::RegEnumValue(key_, index, ToWCharT(buf), &bufsize, NULL, NULL, in GetValueNameAt()
512 LONG result = ::RegEnumValue( in Read()
528 result = ::RegEnumValue( in Read()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_winreg.c73 ret = RegEnumValue(bhk, i, name, &namelen, NULL, &type, in wpa_config_read_blobs()
80 wpa_printf(MSG_DEBUG, "RegEnumValue failed: 0x%x", in wpa_config_read_blobs()
318 ret = RegEnumValue(nhk, i, name, &namelen, NULL, &type, in wpa_config_read_network()
325 wpa_printf(MSG_ERROR, "RegEnumValue failed: 0x%x", in wpa_config_read_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_winreg.c73 ret = RegEnumValue(bhk, i, name, &namelen, NULL, &type, in wpa_config_read_blobs()
80 wpa_printf(MSG_DEBUG, "RegEnumValue failed: 0x%x", in wpa_config_read_blobs()
327 ret = RegEnumValue(nhk, i, name, &namelen, NULL, &type, in wpa_config_read_network()
334 wpa_printf(MSG_ERROR, "RegEnumValue failed: 0x%x", in wpa_config_read_network()
/third_party/vulkan-loader/loader/
H A Dloader_windows.c431 (rtn_value = RegEnumValue(key, idx++, name, &name_size, NULL, NULL, (LPBYTE)&value, &value_size)) == ERROR_SUCCESS; in windows_get_registry_files()
1177 rtn_value = RegEnumValue(key, idx, name, &name_size, NULL, NULL, (LPBYTE)&value, &value_size); in get_settings_path_if_exists_in_registry_key()

Completed in 8 milliseconds