Searched refs:RegEnumValue (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/distutils/ |
D | msvccompiler.py | 28 RegEnumValue = winreg.EnumValue variable 40 RegEnumValue = win32api.RegEnumValue variable 85 name, value, type = RegEnumValue(handle, i)
|
D | msvc9compiler.py | 30 RegEnumValue = winreg.EnumValue variable 102 name, value, type = RegEnumValue(handle, i)
|
/third_party/gn/src/base/win/ |
D | registry.cc | 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_standard/wpa_supplicant/ |
D | config_winreg.c | 73 ret = RegEnumValue(bhk, i, name, &namelen, NULL, &type, in wpa_config_read_blobs() 327 ret = RegEnumValue(nhk, i, name, &namelen, NULL, &type, in wpa_config_read_network()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config_winreg.c | 73 ret = RegEnumValue(bhk, i, name, &namelen, NULL, &type, in wpa_config_read_blobs() 318 ret = RegEnumValue(nhk, i, name, &namelen, NULL, &type, in wpa_config_read_network()
|