Searched defs:io_cb (Results 1 – 2 of 2) sorted by relevance
50 io_cb: Box<dyn FnMut(SslStream<TcpStream>) + Send>, field66 pub fn io_cb<F>(&mut self, cb: F) in io_cb() method82 let mut io_cb = self.io_cb; in build() localVariable
2162 cookie_io_functions_t io_cb = {borrow_read, NULL, NULL, NULL}; in fdopen_borrow() local