/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | mapinls.h | 58 typedef const void *LPCVOID; typedef
|
D | minwindef.h | 156 typedef CONST void *LPCVOID; typedef
|
D | winscard.h | 27 typedef const VOID *LPCVOID; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/ |
D | windows.rs | 17 type LPCVOID = *const c_void; typedef 113 fn FlushViewOfFile(lpBaseAddress: LPCVOID, dwNumberOfBytesToFlush: SIZE_T) -> BOOL; in FlushViewOfFile()
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/ |
D | wintypes.py | 37 LPCVOID = LPVOID = c_void_p variable
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/ |
H A D | win32.py | 89 LPCVOID = c_void_p variable
|
/aosp_15_r20/external/python/pyserial/serial/ |
D | win32.py | 110 LPCVOID = c_void_p variable
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/ |
H A D | wintypes.py | 38 LPCVOID = LPVOID = ctypes.c_void_p variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 38 LPCVOID = LPVOID = ctypes.c_void_p variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 38 LPCVOID = LPVOID = ctypes.c_void_p variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 38 LPCVOID = LPVOID = ctypes.c_void_p variable
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/ |
D | wintypes.py | 38 LPCVOID = LPVOID = ctypes.c_void_p variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 38 LPCVOID = LPVOID = ctypes.c_void_p variable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | c.rs | 31 pub type LPCVOID = *const c_void; typedef
|
H A D | fs.rs | 1428 lpData: c::LPCVOID, in copy()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | c.rs | 31 pub type LPCVOID = *const c_void; typedef
|
H A D | fs.rs | 1428 lpData: c::LPCVOID, in copy()
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 20903 pub type LPCVOID = *const ::std::os::raw::c_void; typedef 64791 lpBuffer: LPCVOID, in WriteFile() 64800 lpBuffer: LPCVOID, in WriteFileEx() 66538 pub fn FlushInstructionCache(hProcess: HANDLE, lpBaseAddress: LPCVOID, dwSize: SIZE_T) -> BOOL; in FlushInstructionCache() 67575 lpAddress: LPCVOID, in VirtualQuery() 67601 lpAddress: LPCVOID, in VirtualQueryEx() 67609 lpBaseAddress: LPCVOID, in ReadProcessMemory() 67619 lpBuffer: LPCVOID, in WriteProcessMemory() 67669 pub fn FlushViewOfFile(lpBaseAddress: LPCVOID, dwNumberOfBytesToFlush: SIZE_T) -> BOOL; in FlushViewOfFile() 68282 lpEnclaveInformation: LPCVOID, in CreateEnclave() [all …]
|