Home
last modified time | relevance | path

Searched refs:LPCVOID (Results 1 – 8 of 8) 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/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c141 IN LPCVOID pvReserved1,
142 IN LPCVOID pvReserved2,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc798 if (VirtualQuery((LPCVOID)page, &info, sizeof(info)) != sizeof(info)) in IsAccessibleMemoryRange()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc979 reinterpret_cast<LPCVOID>(instruction_pointer), in WriteMinidumpWithExceptionForProcess()
/external/sqlite/dist/orig/
Dsqlite3.c38039 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T);
38040 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID);
38468 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \
38477 #define osFormatMessageW ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPWSTR, \
38679 LPCVOID))aSyscall[41].pCurrent)
38688 LPCVOID))aSyscall[42].pCurrent)
38822 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
38831 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \
38992 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
/external/sqlite/dist/
Dsqlite3.c38039 WINBASEAPI BOOL WINAPI FlushViewOfFile(LPCVOID, SIZE_T);
38040 WINBASEAPI BOOL WINAPI UnmapViewOfFile(LPCVOID);
38468 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \
38477 #define osFormatMessageW ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPWSTR, \
38679 LPCVOID))aSyscall[41].pCurrent)
38688 LPCVOID))aSyscall[42].pCurrent)
38822 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
38831 #define osWriteFile ((BOOL(WINAPI*)(HANDLE,LPCVOID,DWORD,LPDWORD, \
38992 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)