Home
last modified time | relevance | path

Searched refs:io_cb (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dserver.rs30 io_cb: Box::new(|_| {}), in builder()
50 io_cb: Box<dyn FnMut(SslStream<TcpStream>) + Send>, field
66 pub fn io_cb<F>(&mut self, cb: F) in io_cb() method
70 self.io_cb = Box::new(cb); in io_cb()
82 let mut io_cb = self.io_cb; in build() localVariable
95 io_cb(socket); in build()
Dmod.rs300 server.io_cb(|mut s| s.write_all(&[0; 10]).unwrap()); in pending()
880 server.io_cb(|mut s| { in shutdown()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c330 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
463 io_cb, fdl); in defer_cb()