Home
last modified time | relevance | path

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

/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/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c141 IN LPCVOID pvReserved1,
142 IN LPCVOID pvReserved2,
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc979 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/sqlite/dist/orig/
Dsqlite3.c38903 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T);
38904 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID);
39332 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \
39341 #define osFormatMessageW ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPWSTR, \
39543 LPCVOID))aSyscall[41].pCurrent)
39552 LPCVOID))aSyscall[42].pCurrent)
39686 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
39695 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \
39856 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
/external/sqlite/dist/
Dsqlite3.c38919 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T);
38920 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID);
39348 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \
39357 #define osFormatMessageW ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPWSTR, \
39559 LPCVOID))aSyscall[41].pCurrent)
39568 LPCVOID))aSyscall[42].pCurrent)
39702 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
39711 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \
39872 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)