Searched defs:handle_close (Results 1 – 8 of 8) sorted by relevance
/external/trusty/lk/lib/rust_support/ | ||
D | handle.rs | 98 pub fn handle_close(&mut self) { in handle_close() method |
/external/python/cpython3/Lib/test/support/ | ||
D | asynchat.py | 196 def handle_close(self): member in async_chat |
D | asyncore.py | 503 def handle_close(self): member in dispatcher |
/external/openthread/tests/toranj/ncp/ | ||
D | wpan.py | 875 def handle_close(self): member in AsyncSender |
/external/python/cpython3/Lib/test/ | ||
D | test_ftplib.py | 78 def handle_close(self): member in DummyDTPHandler |
D | test_ssl.py | 2609 def handle_close(self): member in AsyncoreEchoServer.EchoServer.ConnectionHandler |
/external/liburing/examples/ | ||
D | proxy.c | 1771 static int handle_close(struct io_uring *ring, struct io_uring_cqe *cqe) in handle_close() function |
/external/python/cpython3/Modules/ | ||
D | _elementtree.c | 3058 PyObject *handle_close; member |