Searched refs:acceptcb (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_accept_handler.cc | 43 void acceptcb(struct ev_loop *loop, ev_io *w, int revent) { in acceptcb() function 51 ev_io_init(&wev_, acceptcb, faddr_->fd, EV_READ); in AcceptHandler()
|
D | HttpServer.cc | 1891 void acceptcb(struct ev_loop *loop, ev_io *w, int revents); 1899 ev_io_init(&w_, acceptcb, fd, EV_READ); in ListenEventHandler() 1928 void acceptcb(struct ev_loop *loop, ev_io *w, int revents) { in acceptcb() function
|
/third_party/nghttp2/examples/ |
D | libevent-server.c | 741 static void acceptcb(struct evconnlistener *listener, int fd, in acceptcb() function 773 evbase, acceptcb, app_ctx, LEV_OPT_CLOSE_ON_FREE | LEV_OPT_REUSEABLE, in start_listen()
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-server.rst | 172 evbase, acceptcb, app_ctx, LEV_OPT_CLOSE_ON_FREE | LEV_OPT_REUSEABLE, 183 We specify the ``acceptcb`` callback, which is called when a new connection is 186 static void acceptcb(struct evconnlistener *listener _U_, int fd,
|