/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | main_winsvc.c | 83 (LPBYTE) ctrl_interface, &buflen); in read_interface() 94 (LPBYTE) adapter, &buflen); in read_interface() 105 (LPBYTE) config, &buflen); in read_interface() 116 (LPBYTE) &val, &buflen); in read_interface() 158 (LPBYTE) &val, &buflen); in wpa_supplicant_thread() 165 (LPBYTE) &val, &buflen); in wpa_supplicant_thread() 172 (LPBYTE) &val, &buflen); in wpa_supplicant_thread() 179 (LPBYTE) &val, &buflen); in wpa_supplicant_thread()
|
D | config_winreg.c | 74 (LPBYTE) data, &datalen); in wpa_config_read_blobs() 125 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) &val, &buflen); in wpa_config_read_reg_dword() 150 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) val, &buflen); in wpa_config_read_reg_string() 319 (LPBYTE) data, &datalen); in wpa_config_read_network() 505 ret = RegSetValueEx(hk, name, 0, REG_DWORD, (LPBYTE) &_val, in wpa_config_write_reg_dword()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | main_winsvc.c | 83 (LPBYTE) ctrl_interface, &buflen); in read_interface() 94 (LPBYTE) adapter, &buflen); in read_interface() 105 (LPBYTE) config, &buflen); in read_interface() 116 (LPBYTE) &val, &buflen); in read_interface() 158 (LPBYTE) &val, &buflen); in wpa_supplicant_thread() 165 (LPBYTE) &val, &buflen); in wpa_supplicant_thread() 172 (LPBYTE) &val, &buflen); in wpa_supplicant_thread() 179 (LPBYTE) &val, &buflen); in wpa_supplicant_thread()
|
D | config_winreg.c | 74 (LPBYTE) data, &datalen); in wpa_config_read_blobs() 125 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) &val, &buflen); in wpa_config_read_reg_dword() 150 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) val, &buflen); in wpa_config_read_reg_string() 328 (LPBYTE) data, &datalen); in wpa_config_read_network() 514 ret = RegSetValueEx(hk, name, 0, REG_DWORD, (LPBYTE) &_val, in wpa_config_write_reg_dword()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | addinterface.cpp | 161 (LPBYTE) ifname.unicode(), in addRegistryInterface() 166 (LPBYTE) ifname.toLocal8Bit(), ifname.length() + 1); in addRegistryInterface() 169 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); in addRegistryInterface() 171 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR)); in addRegistryInterface() 173 RegSetValueEx(ihk, TEXT("skip_on_error"), 0, REG_DWORD, (LPBYTE) &val, in addRegistryInterface()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | addinterface.cpp | 161 (LPBYTE) ifname.unicode(), in addRegistryInterface() 166 (LPBYTE) ifname.toLocal8Bit(), ifname.length() + 1); in addRegistryInterface() 169 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); in addRegistryInterface() 171 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR)); in addRegistryInterface() 173 RegSetValueEx(ihk, TEXT("skip_on_error"), 0, REG_DWORD, (LPBYTE) &val, in addRegistryInterface()
|
/third_party/lame/ACM/ddk/ |
D | msacmdrv.h | 157 LPBYTE pbSrc; 161 LPBYTE pbDst; 179 LPBYTE pbPreparedSrc; 181 LPBYTE pbPreparedDst;
|
/third_party/lame/dshow/ |
D | REG.CPP | 247 …if(RegQueryValueEx(m_hKey, valuename, NULL, &dwType, (LPBYTE)pResult, (LPDWORD)&cbSize) == ERROR_S… in getString() 262 RegSetValueEx(m_hKey, valuename, 0, REG_SZ, (LPBYTE)pData, (lstrlen(pData) + 1)*sizeof(TCHAR)); in setString() 270 …if(RegQueryValueEx(m_hKey, valuename, NULL, &dwType, (LPBYTE)pResult, (LPDWORD)&cbSize) == ERROR_S… in getBinary() 285 RegSetValueEx(m_hKey, valuename, 0, REG_BINARY, (LPBYTE)pData, cbSize); in setBinary()
|
/third_party/lzma/CPP/Windows/ |
D | Registry.cpp | 213 (LPBYTE)&value, &count); in QueryValue() 248 LONG res = RegQueryValueEx(_object, name, NULL, &type, (LPBYTE)value, (DWORD *)&count); in QueryValue() 275 LONG res = RegQueryValueExW(_object, name, NULL, &type, (LPBYTE)value, (DWORD *)&count); in QueryValue() 315 LONG res = RegQueryValueEx(_object, name, NULL, &type, (LPBYTE)value, (DWORD *)&count); in QueryValue()
|
D | CommonDialog.cpp | 91 …#define CDSIZEOF_STRUCT(structname, member) (((int)((LPBYTE)(&((structname*)0)->member) - ((LPBYT…
|
/third_party/icu/icu4c/source/common/ |
D | wintz.cpp | 229 reinterpret_cast<LPBYTE>(registryStandardName), &size); in uprv_detectWindowsTimeZone() 249 … reinterpret_cast<LPBYTE>(®istryTziValue), &timezoneTziValueSize); in uprv_detectWindowsTimeZone()
|
/third_party/node/deps/icu-small/source/common/ |
D | wintz.cpp | 229 reinterpret_cast<LPBYTE>(registryStandardName), &size); in uprv_detectWindowsTimeZone() 249 … reinterpret_cast<LPBYTE>(®istryTziValue), &timezoneTziValueSize); in uprv_detectWindowsTimeZone()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | wintz.cpp | 229 reinterpret_cast<LPBYTE>(registryStandardName), &size); in uprv_detectWindowsTimeZone() 249 … reinterpret_cast<LPBYTE>(®istryTziValue), &timezoneTziValueSize); in uprv_detectWindowsTimeZone()
|
/third_party/lame/ACM/ |
D | DecodeStream.h | 56 bool close(LPBYTE pOutputBuffer, DWORD *pOutputSize);
|
D | ACMStream.h | 59 bool close(LPBYTE pOutputBuffer, DWORD *pOutputSize);
|
D | DecodeStream.cpp | 130 bool DecodeStream::close(LPBYTE pOutputBuffer, DWORD *pOutputSize) in close()
|
D | ACMStream.cpp | 264 bool ACMStream::close(LPBYTE pOutputBuffer, DWORD *pOutputSize) in close()
|
/third_party/vulkan-loader/tests/framework/shim/ |
D | windows_shim.cpp | 303 …ATUS(__stdcall *)(HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, 307 … LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData); 345 …mRegQueryValueExA(HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, in ShimRegQueryValueExA() 351 LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData) { in ShimRegEnumValueA()
|
/third_party/python/PC/ |
D | pyshellext.cpp | 541 REG_SZ, (LPBYTE)modname, modname_len * sizeof(modname[0])); 551 REG_SZ, (LPBYTE)(L"Apartment"), sizeof(L"Apartment"));
|
D | getpathp.c | 422 (LPBYTE)ppPaths[index], in getpythonregpath() 466 (LPBYTE)szCur, &dataSize); in getpythonregpath()
|
D | launcher.c | 306 (LPBYTE)ip->executable, &data_size); in _locate_pythons_for_key() 314 (LPBYTE)ip->executable, &data_size); in _locate_pythons_for_key()
|
/third_party/gn/src/base/win/ |
D | registry.cc | 311 reinterpret_cast<LPBYTE>(data), dsize); in ReadValue() 366 reinterpret_cast<LPBYTE>(const_cast<void*>(data)), dsize); in WriteValue()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 167 …nError = RegQueryValueExA(hKey, strValueName.c_str(), 0, DE_NULL, (LPBYTE)szBuffer, &dwBufferSize); in getStringRegKey()
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 172 LPBYTE = PBYTE = ctypes.POINTER(BYTE) variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 162 reinterpret_cast<LPBYTE>(&data), &data_size); in GetNominalCPUFrequency()
|