Home
last modified time | relevance | path

Searched refs:connection_closed (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/mio/examples/
Dtcp_server.rs130 let mut connection_closed = false; in handle_connection_event() localVariable
139 connection_closed = true; in handle_connection_event()
166 if connection_closed { in handle_connection_event()
/external/openscreen/third_party/chromium_quic/demo/
Ddelegates.h67 bool connection_closed() const { return connection_closed_; } in connection_closed() function
Dserver.cc136 if (session_delegate.connection_closed()) { in main()
/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h413 connection_closed(ConnectionObject *self, void *closure) in connection_closed() function
459 {"closed", (getter)connection_closed, NULL,