Home
last modified time | relevance | path

Searched refs:RegEnumValue (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/distutils/
Dmsvccompiler.py28 RegEnumValue = winreg.EnumValue variable
40 RegEnumValue = win32api.RegEnumValue variable
85 name, value, type = RegEnumValue(handle, i)
Dmsvc9compiler.py30 RegEnumValue = winreg.EnumValue variable
102 name, value, type = RegEnumValue(handle, i)
/third_party/gn/src/base/win/
Dregistry.cc186 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/
Dconfig_winreg.c73 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/
Dconfig_winreg.c73 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()