Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp29 typedef const void *LPCVOID; typedef
49 size_t WINAPI HeapSize(HANDLE hHeap, DWORD dwFlags, LPCVOID lpMem);
51 BOOL WINAPI HeapValidate(HANDLE hHeap, DWORD dwFlags, LPCVOID lpMem);
208 LPCVOID lpMem) { in INTERCEPTOR_WINAPI()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py89 LPCVOID = c_void_p variable
93 WriteFile.argtypes = [HANDLE, LPCVOID, DWORD, LPDWORD, LPOVERLAPPED]
/external/python/cpython2/Lib/ctypes/
Dwintypes.py37 LPCVOID = LPVOID = c_void_p variable
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc196 LPCVOID lpMem) { in INTERCEPTOR_WINAPI()
/external/python/cpython3/Lib/ctypes/
Dwintypes.py38 LPCVOID = LPVOID = ctypes.c_void_p variable
/external/angle/src/libANGLE/renderer/d3d/
DHLSLCompiler.cpp369 LPCVOID buffer = shaderBinary->GetBufferPointer(); in disassembleBinary()
/external/python/cpython3/Modules/clinic/
D_winapi.c.h897 _winapi_VirtualQuerySize_impl(PyObject *module, LPCVOID address);
903 LPCVOID address; in _winapi_VirtualQuerySize()
/external/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c141 IN LPCVOID pvReserved1,
142 IN LPCVOID pvReserved2,
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc988 reinterpret_cast<LPCVOID>(instruction_pointer), in WriteMinidumpWithExceptionForProcess()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc798 if (VirtualQuery((LPCVOID)page, &info, sizeof(info)) != sizeof(info)) in IsAccessibleMemoryRange()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cpp923 if (VirtualQuery((LPCVOID)page, &info, sizeof(info)) != sizeof(info)) in IsAccessibleMemoryRange()
/external/python/cpython3/Modules/
D_winapi.c1646 _winapi_VirtualQuerySize_impl(PyObject *module, LPCVOID address) in _winapi_VirtualQuerySize_impl()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c41905 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T);
41906 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID);
42317 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \
42326 #define osFormatMessageW ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPWSTR, \
42528 LPCVOID))aSyscall[41].pCurrent)
42537 LPCVOID))aSyscall[42].pCurrent)
42671 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
42680 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \
42841 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
/external/sqlite/dist/orig/
Dsqlite3.c41817 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T);
41818 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID);
42229 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \
42238 #define osFormatMessageW ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPWSTR, \
42440 LPCVOID))aSyscall[41].pCurrent)
42449 LPCVOID))aSyscall[42].pCurrent)
42583 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
42592 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \
42753 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
/external/sqlite/dist/
Dsqlite3.c41833 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T);
41834 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID);
42245 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \
42254 #define osFormatMessageW ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPWSTR, \
42456 LPCVOID))aSyscall[41].pCurrent)
42465 LPCVOID))aSyscall[42].pCurrent)
42599 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
42608 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \
42769 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)