Searched defs:timeout_cb (Results 1 – 10 of 10) sorted by relevance
/external/libevent/sample/ |
D | time-test.c | 43 timeout_cb(evutil_socket_t fd, short event, void *arg) in timeout_cb() function
|
/external/rust/crates/quiche/examples/ |
D | client.c | 181 static void timeout_cb(EV_P_ ev_timer *w, int revents) { in timeout_cb() function
|
D | http3-client.c | 275 static void timeout_cb(EV_P_ ev_timer *w, int revents) { in timeout_cb() function
|
D | server.c | 385 static void timeout_cb(EV_P_ ev_timer *w, int revents) { in timeout_cb() function
|
D | http3-server.c | 462 static void timeout_cb(EV_P_ ev_timer *w, int revents) { in timeout_cb() function
|
/external/libevent/test/ |
D | test-changelist.c | 154 timeout_cb(evutil_socket_t fd, short event, void *arg) in timeout_cb() function
|
D | regress.c | 232 timeout_cb(evutil_socket_t fd, short event, void *arg) in timeout_cb() function
|
/external/libcups/cups/ |
D | http-private.h | 274 http_timeout_cb_t timeout_cb; /* Timeout callback */ member
|
/external/libcups/backend/ |
D | ipp.c | 3430 timeout_cb(http_t *http, /* I - Connection to server (unused) */ in timeout_cb() function
|
/external/libcups/tools/ |
D | ipptool.c | 2955 timeout_cb(http_t *http, /* I - Connection to server */ in timeout_cb() function
|