Searched defs:OVERLAPPED (Results 1 – 10 of 10) sorted by relevance
| /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 | 581 overlapped: Option<&mut OVERLAPPED>, in read_internal() 744 overlapped: Option<&mut OVERLAPPED>, in write_internal()
|
| /external/rust/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 | 189 overlapped: *mut OVERLAPPED, in read_overlapped() 249 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/pyserial/serial/ |
| D | win32.py | 75 OVERLAPPED = _OVERLAPPED variable
|
| /external/cronet/base/win/ |
| D | windows_types.h | 90 typedef struct _OVERLAPPED OVERLAPPED; typedef
|