/external/grpc-grpc/src/core/lib/channel/ |
D | handshaker.cc | 82 grpc_closure on_timeout; member 286 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function 320 GRPC_CLOSURE_INIT(&mgr->on_timeout, on_timeout, mgr, in grpc_handshake_manager_do_handshake() 322 grpc_timer_init(&mgr->deadline_timer, deadline, &mgr->on_timeout); in grpc_handshake_manager_do_handshake()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/server/ |
D | chttp2_server.cc | 68 grpc_closure on_timeout; member 83 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function 151 GRPC_CLOSURE_INIT(&connection_state->on_timeout, on_timeout, in on_handshake_done() 154 &connection_state->on_timeout); in on_handshake_done()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | channel_connectivity.cc | 68 grpc_closure on_timeout; member 190 &wa->w->on_timeout); in watcher_timer_init() 223 GRPC_CLOSURE_INIT(&w->on_timeout, timeout_complete, w, in grpc_channel_watch_connectivity_state()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | channel_connectivity.cc | 69 grpc_closure on_timeout; member 205 &wa->w->on_timeout); in watcher_timer_init() 239 GRPC_CLOSURE_INIT(&w->on_timeout, timeout_complete, w, in grpc_channel_watch_connectivity_state()
|
/external/curl/docs/examples/ |
D | multi-uv.c | 151 static void on_timeout(uv_timer_t *req) in on_timeout() function 168 uv_timer_start(&timeout, on_timeout, timeout_ms, 0); in start_timeout()
|
D | multi-event.c | 141 static void on_timeout(evutil_socket_t fd, short events, void *arg) in on_timeout() function 220 timeout = evtimer_new(base, on_timeout, NULL); in main()
|
/external/robolectric-shadows/ |
D | java-timeout | 26 function on_timeout() { function
|
/external/rust/crates/quiche/ |
D | README.md | 150 a timer expires, the connection's [`on_timeout()`] method should be called, 155 conn.on_timeout(); 220 [`on_timeout()`]: https://docs.quic.tech/quiche/struct.Connection.html#method.on_timeout
|
/external/rust/crates/quiche/examples/ |
D | client.rs | 145 conn.on_timeout(); in main()
|
D | http3-client.rs | 164 conn.on_timeout(); in main()
|
D | server.rs | 131 clients.values_mut().for_each(|(_, c)| c.conn.on_timeout()); in main()
|
D | http3-server.rs | 139 clients.values_mut().for_each(|(_, c)| c.conn.on_timeout()); in main()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_wrapper.cc | 285 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function 508 GRPC_CLOSURE_INIT(&ev_driver->on_timeout_locked, on_timeout, ev_driver, in grpc_ares_ev_driver_start_locked()
|
/external/rust/crates/quiche/src/ |
D | ffi.rs | 680 conn.on_timeout() in quiche_conn_on_timeout()
|
D | lib.rs | 3275 pub fn on_timeout(&mut self) { in on_timeout() method 7340 pipe.client.on_timeout(); in early_retransmit()
|