Searched refs:LPCVOID (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxcapi.h | 313 LPCVOID Ptr; 358 _In_bytecount_(size) LPCVOID pText, UINT32 size, UINT32 codePage, 361 _In_bytecount_(size) LPCVOID pText, UINT32 size, UINT32 codePage, 364 _In_bytecount_(size) LPCVOID pText, IMalloc *pIMalloc, UINT32 size, UINT32 codePage, 493 _In_bytecount_(size) LPCVOID pData, UINT32 size, UINT32 codePage, 499 _In_bytecount_(size) LPCVOID pData, IMalloc *pIMalloc, UINT32 size, UINT32 codePage, 508 _In_bytecount_(size) LPCVOID pData, UINT32 size, UINT32 codePage,
|
/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/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/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/ |
D | _winapi.c | 1655 _winapi_VirtualQuerySize_impl(PyObject *module, LPCVOID address) in _winapi_VirtualQuerySize_impl()
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-win32.cc | 1679 VirtualQuery(reinterpret_cast<LPCVOID>(vm_start), &mi, sizeof(mi)) != in GetFreeMemoryRangesWithin()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | win32_io.c | 242 LPCVOID Buffer,
|
/third_party/sqlite/src/ |
D | sqlite3.c | 45146 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T); 45147 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID); 45558 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \ 45567 #define osFormatMessageW ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPWSTR, \ 45769 LPCVOID))aSyscall[41].pCurrent) 45778 LPCVOID))aSyscall[42].pCurrent) 45912 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent) 45921 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \ 46082 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
|