Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dserver.rs50 io_cb: Box<dyn FnMut(SslStream<TcpStream>) + Send>, field
66 pub fn io_cb<F>(&mut self, cb: F) in io_cb() method
82 let mut io_cb = self.io_cb; in build() localVariable
/third_party/python/Parser/
Dtokenizer.c2162 cookie_io_functions_t io_cb = {borrow_read, NULL, NULL, NULL}; in fdopen_borrow() local
/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