Searched defs:OVERLAPPED (Results 1 – 14 of 14) sorted by relevance
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/IO/ |
D | mod.rs | 56 pub struct OVERLAPPED { struct 59 pub Anonymous: OVERLAPPED_0, argument 63 impl ::core::marker::Copy for OVERLAPPED {} implementation 65 impl ::core::clone::Clone for OVERLAPPED { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/IO/ |
D | mod.rs | 56 pub struct OVERLAPPED { struct 59 pub Anonymous: OVERLAPPED_0, argument 63 impl ::core::marker::Copy for OVERLAPPED {} argument 65 impl ::core::clone::Clone for OVERLAPPED { implementation
|
/external/crosvm/base/src/sys/windows/ |
D | read_write_wrappers.rs | 29 overlapped: Option<&mut OVERLAPPED>, in write_file() 72 overlapped: Option<&mut OVERLAPPED>, in read_file() 108 fn set_overlapped_offset(overlapped: &mut OVERLAPPED, offset: u64) { in set_overlapped_offset() 118 pub fn create_overlapped(offset: Option<u64>, event: Option<RawDescriptor>) -> OVERLAPPED { in create_overlapped()
|
D | named_pipes.rs | 625 overlapped: Option<&mut OVERLAPPED>, in read_internal() 791 overlapped: Option<&mut OVERLAPPED>, in write_internal()
|
/external/rust/android-crates-io/crates/mio/src/sys/windows/ |
D | overlapped.rs | 23 pub(crate) fn as_ptr(&self) -> *const OVERLAPPED { in as_ptr()
|
D | iocp.rs | 214 pub fn overlapped(&self) -> *mut OVERLAPPED { in overlapped()
|
D | named_pipe.rs | 196 overlapped: *mut OVERLAPPED, in read_overlapped() 256 overlapped: *mut OVERLAPPED, in write_overlapped()
|
/external/crosvm/cros_async/src/sys/windows/ |
D | overlapped_source.rs | 119 overlapped: &mut OVERLAPPED, in read() 135 overlapped: &mut OVERLAPPED, in write()
|
D | handle_executor.rs | 300 pub fn get_overlapped(&mut self) -> &mut OVERLAPPED { in get_overlapped()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | win32.py | 60 OVERLAPPED = _OVERLAPPED variable
|
/external/python/watchdog/src/watchdog/observers/ |
D | winapi.py | 73 class OVERLAPPED(ctypes.Structure): class
|
/external/python/pyserial/serial/ |
D | win32.py | 75 OVERLAPPED = _OVERLAPPED variable
|
/external/cronet/stable/base/win/ |
D | windows_types.h | 90 typedef struct _OVERLAPPED OVERLAPPED; typedef
|
/external/cronet/tot/base/win/ |
D | windows_types.h | 90 typedef struct _OVERLAPPED OVERLAPPED; typedef
|