Home
last modified time | relevance | path

Searched refs:LPBYTE (Results 1 – 25 of 36) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmain_winsvc.c83 (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()
Dconfig_winreg.c74 (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/
Dmain_winsvc.c83 (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()
Dconfig_winreg.c74 (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/
Daddinterface.cpp161 (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/
Daddinterface.cpp161 (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/
Dmsacmdrv.h157 LPBYTE pbSrc;
161 LPBYTE pbDst;
179 LPBYTE pbPreparedSrc;
181 LPBYTE pbPreparedDst;
/third_party/lame/dshow/
DREG.CPP247 …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/
DRegistry.cpp213 (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()
DCommonDialog.cpp91 …#define CDSIZEOF_STRUCT(structname, member) (((int)((LPBYTE)(&((structname*)0)->member) - ((LPBYT…
/third_party/icu/icu4c/source/common/
Dwintz.cpp229 reinterpret_cast<LPBYTE>(registryStandardName), &size); in uprv_detectWindowsTimeZone()
249 … reinterpret_cast<LPBYTE>(&registryTziValue), &timezoneTziValueSize); in uprv_detectWindowsTimeZone()
/third_party/node/deps/icu-small/source/common/
Dwintz.cpp229 reinterpret_cast<LPBYTE>(registryStandardName), &size); in uprv_detectWindowsTimeZone()
249 … reinterpret_cast<LPBYTE>(&registryTziValue), &timezoneTziValueSize); in uprv_detectWindowsTimeZone()
/third_party/skia/third_party/externals/icu/source/common/
Dwintz.cpp229 reinterpret_cast<LPBYTE>(registryStandardName), &size); in uprv_detectWindowsTimeZone()
249 … reinterpret_cast<LPBYTE>(&registryTziValue), &timezoneTziValueSize); in uprv_detectWindowsTimeZone()
/third_party/lame/ACM/
DDecodeStream.h56 bool close(LPBYTE pOutputBuffer, DWORD *pOutputSize);
DACMStream.h59 bool close(LPBYTE pOutputBuffer, DWORD *pOutputSize);
DDecodeStream.cpp130 bool DecodeStream::close(LPBYTE pOutputBuffer, DWORD *pOutputSize) in close()
DACMStream.cpp264 bool ACMStream::close(LPBYTE pOutputBuffer, DWORD *pOutputSize) in close()
/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp303 …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/
Dpyshellext.cpp541 REG_SZ, (LPBYTE)modname, modname_len * sizeof(modname[0]));
551 REG_SZ, (LPBYTE)(L"Apartment"), sizeof(L"Apartment"));
Dgetpathp.c422 (LPBYTE)ppPaths[index], in getpythonregpath()
466 (LPBYTE)szCur, &dataSize); in getpythonregpath()
Dlauncher.c306 (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/
Dregistry.cc311 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/
DtcuWin32VulkanPlatform.cpp167 …nError = RegQueryValueExA(hKey, strValueName.c_str(), 0, DE_NULL, (LPBYTE)szBuffer, &dwBufferSize); in getStringRegKey()
/third_party/python/Lib/ctypes/
Dwintypes.py172 LPBYTE = PBYTE = ctypes.POINTER(BYTE) variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dsysinfo.cc162 reinterpret_cast<LPBYTE>(&data), &data_size); in GetNominalCPUFrequency()

12