/third_party/nghttp2/src/ |
H A D | shrpx_quic_listener.cc | 33 void readcb(struct ev_loop *loop, ev_io *w, int revent) { in readcb() function 41 ev_io_init(&rev_, readcb, faddr_->fd, EV_READ);
|
H A D | shrpx_dns_resolver.cc | 85 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function 277 start_ev(revs_, loop_, fd, EV_READ, readcb, this); in start_rev()
|
H A D | shrpx_connection.h | 105 const RateLimitConfig &read_limit, IOCb writecb, IOCb readcb,
|
H A D | shrpx_live_check.cc | 38 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function 108 readcb, timeoutcb, this, get_config()->tls.dyn_rec.warmup_threshold,
|
H A D | shrpx_memcached_connection.cc | 59 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function 105 connectcb, readcb, timeoutcb, this, 0, 0., Proto::MEMCACHED),
|
H A D | shrpx_http_downstream_connection.cc | 150 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function 209 {}, {}, connectcb, readcb, connect_timeoutcb, this, in HttpDownstreamConnection() 458 ev_set_cb(&conn_.rev, readcb); in initiate_connection()
|
H A D | shrpx_connection.cc | 61 IOCb readcb, TimerCb timeoutcb, void *data, in Connection() 81 ev_io_init(&rev, readcb, proto == Proto::HTTP3 ? 0 : fd, EV_READ); in read_timeout() 56 Connection(struct ev_loop *loop, int fd, SSL *ssl, MemchunkPool *mcpool, ev_tstamp write_timeout, ev_tstamp read_timeout, const RateLimitConfig &write_limit, const RateLimitConfig &read_limit, IOCb writecb, IOCb readcb, TimerCb timeoutcb, void *data, size_t tls_dyn_rec_warmup_threshold, ev_tstamp tls_dyn_rec_idle_timeout, Proto proto) Connection() argument
|
H A D | shrpx_client_handler.cc | 92 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function 449 get_config()->conn.upstream.ratelimit.read, writecb, readcb, in ClientHandler()
|
H A D | shrpx_http2_session.cc | 129 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function 189 {}, {}, writecb, readcb, timeoutcb, this, in Http2Session()
|
H A D | HttpServer.cc | 514 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function 548 ev_io_init(&rev_, readcb, fd, EV_READ); in Http2Handler()
|
H A D | h2load.cc | 232 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function 483 ev_io_init(&rev, readcb, 0, EV_READ);
|
H A D | nghttp.cc | 555 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function 615 ev_io_init(&rev, readcb, 0, EV_READ); in HttpClient()
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 656 /* readcb for bufferevent after client connection header was 658 static void readcb(struct bufferevent *bev, void *ptr) { in readcb() function 749 bufferevent_setcb(session_data->bev, readcb, writecb, eventcb, session_data); in acceptcb()
|
H A D | libevent-client.c | 450 /* readcb for bufferevent. Here we get the data from the input buffer 454 static void readcb(struct bufferevent *bev, void *ptr) { in readcb() function 558 bufferevent_setcb(bev, readcb, writecb, eventcb, session_data); in initiate_connection()
|
/third_party/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 102 static size_t readcb(char *buffer,
|