Searched refs:is_read_closed (Results 1 – 9 of 9) sorted by relevance
49 if event.is_read_closed() { in from_mio()87 self.contains(Ready::READABLE) || self.is_read_closed() in is_readable()117 pub fn is_read_closed(self) -> bool { in is_read_closed() method235 .field("is_read_closed", &self.is_read_closed()) in fmt()
89 pub fn is_read_closed(&self) -> bool { in is_read_closed() method90 sys::event::is_read_closed(&self.inner) in is_read_closed()201 .field("read_closed", &self.is_read_closed()) in fmt()
85 pub fn is_read_closed(_: &Event) -> bool { in is_read_closed() function
101 if ready.is_read_closed() { in try_read_write()308 if ready.is_read_closed() { in try_read_buf()
136 if ready.is_read_closed() { in try_read_write()328 if ready.is_read_closed() { in try_read_buf()
70 pub fn is_read_closed(event: &Event) -> bool { in is_read_closed() function
172 pub fn is_read_closed(event: &Event) -> bool { in is_read_closed() function
399 pub fn is_read_closed(event: &Event) -> bool { in is_read_closed() function
231 * `Ready::is_hup` was removed in favour of `Event::is_read_closed` and