Searched refs:LPCVOID (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxcapi.h | 270 LPCVOID Ptr; 315 _In_bytecount_(size) LPCVOID pText, UINT32 size, UINT32 codePage, 318 _In_bytecount_(size) LPCVOID pText, UINT32 size, UINT32 codePage, 321 _In_bytecount_(size) LPCVOID pText, IMalloc *pIMalloc, UINT32 size, UINT32 codePage, 450 _In_bytecount_(size) LPCVOID pData, UINT32 size, UINT32 codePage, 456 _In_bytecount_(size) LPCVOID pData, IMalloc *pIMalloc, UINT32 size, UINT32 codePage, 465 _In_bytecount_(size) LPCVOID pData, UINT32 size, UINT32 codePage,
|
/third_party/boost/libs/winapi/test/run/ |
D | basic_types_abi.cpp | 70 BOOST_WINAPI_TEST_TYPE_SAME(LPCVOID); in main()
|
/third_party/glib/gio/win32/ |
D | gwinhttpvfs.h | 67 BOOL (WINAPI *pWinHttpWriteData) (HINTERNET,LPCVOID,DWORD,LPDWORD);
|
D | winhttp.h | 225 BOOL WINAPI WinHttpWriteData(HINTERNET,LPCVOID,DWORD,LPDWORD);
|
D | gwinhttpvfs.c | 71 …funcs.pWinHttpWriteData = (BOOL (WINAPI *) (HINTERNET,LPCVOID,DWORD,LPDWORD)) GetProcAddress (winh… in lookup_funcs()
|
/third_party/boost/boost/winapi/ |
D | basic_types.hpp | 152 typedef ::LPCVOID LPCVOID_;
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
D | ftsystem.c | 169 UnmapViewOfFile( (LPCVOID)stream->descriptor.pointer ); in ft_close_stream_by_munmap()
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 38 LPCVOID = LPVOID = ctypes.c_void_p variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | HLSLCompiler.cpp | 369 LPCVOID buffer = shaderBinary->GetBufferPointer(); in disassembleBinary()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | HLSLCompiler.cpp | 368 LPCVOID buffer = shaderBinary->GetBufferPointer(); in disassembleBinary()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | pcsc_funcs.c | 141 IN LPCVOID pvReserved1, 142 IN LPCVOID pvReserved2,
|
/third_party/python/Modules/clinic/ |
D | _winapi.c.h | 948 _winapi_VirtualQuerySize_impl(PyObject *module, LPCVOID address); 954 LPCVOID address; in _winapi_VirtualQuerySize()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | pcsc_funcs.c | 141 IN LPCVOID pvReserved1, 142 IN LPCVOID pvReserved2,
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_d3d11_win.cc | 656 LPCVOID, SIZE_T, LPCSTR, const D3D_SHADER_MACRO*, ID3DInclude*, LPCSTR, in compile_shader()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpoll.c | 210 LPCVOID src = NULL; in format_last_error()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | win32_io.c | 242 LPCVOID Buffer,
|
/third_party/python/Modules/ |
D | _winapi.c | 1655 _winapi_VirtualQuerySize_impl(PyObject *module, LPCVOID address) in _winapi_VirtualQuerySize_impl()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 42685 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T); 42686 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID); 43097 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \ 43106 #define osFormatMessageW ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPWSTR, \ 43308 LPCVOID))aSyscall[41].pCurrent) 43317 LPCVOID))aSyscall[42].pCurrent) 43451 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent) 43460 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \ 43621 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
|