Searched defs:io_cb (Results 1 – 3 of 3) 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
330 static void io_cb(pa_mainloop_api *a, pa_io_event *e, int fd, pa_io_event_flags_t events, void *use… in io_cb() function