Searched defs:readcb (Results 1 – 13 of 13) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_quic_listener.cc | 33 void readcb(struct ev_loop *loop, ev_io *w, int revent) { in readcb() function
|
D | shrpx_dns_resolver.cc | 85 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
|
D | shrpx_memcached_connection.cc | 59 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
|
D | shrpx_live_check.cc | 38 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
|
D | shrpx_connection.cc | 61 IOCb readcb, TimerCb timeoutcb, void *data, in Connection()
|
D | shrpx_http_downstream_connection.cc | 150 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
|
D | shrpx_client_handler.cc | 92 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
|
D | shrpx_http2_session.cc | 129 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
|
D | h2load.cc | 232 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
|
D | nghttp.cc | 555 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
|
D | HttpServer.cc | 514 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 454 static void readcb(struct bufferevent *bev, void *ptr) { in readcb() function
|
D | libevent-server.c | 658 static void readcb(struct bufferevent *bev, void *ptr) { in readcb() function
|