Home
last modified time | relevance | path

Searched refs:LPCVOID (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxcapi.h270 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/
Dbasic_types_abi.cpp70 BOOST_WINAPI_TEST_TYPE_SAME(LPCVOID); in main()
/third_party/glib/gio/win32/
Dgwinhttpvfs.h67 BOOL (WINAPI *pWinHttpWriteData) (HINTERNET,LPCVOID,DWORD,LPDWORD);
Dwinhttp.h225 BOOL WINAPI WinHttpWriteData(HINTERNET,LPCVOID,DWORD,LPDWORD);
Dgwinhttpvfs.c71 …funcs.pWinHttpWriteData = (BOOL (WINAPI *) (HINTERNET,LPCVOID,DWORD,LPDWORD)) GetProcAddress (winh… in lookup_funcs()
/third_party/boost/boost/winapi/
Dbasic_types.hpp152 typedef ::LPCVOID LPCVOID_;
/third_party/skia/third_party/externals/freetype/builds/windows/
Dftsystem.c169 UnmapViewOfFile( (LPCVOID)stream->descriptor.pointer ); in ft_close_stream_by_munmap()
/third_party/python/Lib/ctypes/
Dwintypes.py38 LPCVOID = LPVOID = ctypes.c_void_p variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DHLSLCompiler.cpp369 LPCVOID buffer = shaderBinary->GetBufferPointer(); in disassembleBinary()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DHLSLCompiler.cpp368 LPCVOID buffer = shaderBinary->GetBufferPointer(); in disassembleBinary()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dpcsc_funcs.c141 IN LPCVOID pvReserved1,
142 IN LPCVOID pvReserved2,
/third_party/python/Modules/clinic/
D_winapi.c.h948 _winapi_VirtualQuerySize_impl(PyObject *module, LPCVOID address);
954 LPCVOID address; in _winapi_VirtualQuerySize()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dpcsc_funcs.c141 IN LPCVOID pvReserved1,
142 IN LPCVOID pvReserved2,
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.cc656 LPCVOID, SIZE_T, LPCSTR, const D3D_SHADER_MACRO*, ID3DInclude*, LPCSTR, in compile_shader()
/third_party/gstreamer/gstreamer/gst/
Dgstpoll.c210 LPCVOID src = NULL; in format_last_error()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c242 LPCVOID Buffer,
/third_party/python/Modules/
D_winapi.c1655 _winapi_VirtualQuerySize_impl(PyObject *module, LPCVOID address) in _winapi_VirtualQuerySize_impl()
/third_party/sqlite/src/
Dsqlite3.c42685 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)