Searched defs:LPOVERLAPPED (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/ |
H A D | win32.py | 78 LPOVERLAPPED = POINTER(_OVERLAPPED) variable
|
/aosp_15_r20/external/python/pyserial/serial/ |
D | win32.py | 99 LPOVERLAPPED = POINTER(_OVERLAPPED) 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 | 32 pub type LPOVERLAPPED = *mut OVERLAPPED; typedef
|
/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 | 32 pub type LPOVERLAPPED = *mut OVERLAPPED; typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | minwinbase.h | 30 } OVERLAPPED, *LPOVERLAPPED; typedef
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 62423 pub type LPOVERLAPPED = *mut _OVERLAPPED; typedef 64687 lpOverlapped: LPOVERLAPPED, in LockFileEx() 64699 lpOverlapped: LPOVERLAPPED, in ReadFile() 64707 lpOverlapped: LPOVERLAPPED, in ReadFileEx() 64717 lpOverlapped: LPOVERLAPPED, in ReadFileScatter() 64785 lpOverlapped: LPOVERLAPPED, in UnlockFileEx() 64794 lpOverlapped: LPOVERLAPPED, in WriteFile() 64802 lpOverlapped: LPOVERLAPPED, in WriteFileEx() 64812 lpOverlapped: LPOVERLAPPED, in WriteFileGather() 65325 lpOverlapped: LPOVERLAPPED, in TransactNamedPipe() [all …]
|