Home
last modified time | relevance | path

Searched refs:readcb (Results 1 - 15 of 15) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_quic_listener.cc33 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 Dshrpx_dns_resolver.cc85 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 Dshrpx_connection.h105 const RateLimitConfig &read_limit, IOCb writecb, IOCb readcb,
H A Dshrpx_live_check.cc38 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 Dshrpx_memcached_connection.cc59 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 Dshrpx_http_downstream_connection.cc150 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 Dshrpx_connection.cc61 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 Dshrpx_client_handler.cc92 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 Dshrpx_http2_session.cc129 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() function
189 {}, {}, writecb, readcb, timeoutcb, this, in Http2Session()
H A DHttpServer.cc514 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 Dh2load.cc232 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 Dnghttp.cc555 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 Dlibevent-server.c656 /* 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 Dlibevent-client.c450 /* 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 Dmk-lib1521.pl102 static size_t readcb(char *buffer,

Completed in 26 milliseconds