Home
last modified time | relevance | path

Searched refs:acceptcb (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_accept_handler.cc43 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()
DHttpServer.cc1891 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/
Dlibevent-server.c741 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/
Dtutorial-server.rst172 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,