Home
last modified time | relevance | path

Searched defs:accept_connection (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_accept_handler.cc61 void AcceptHandler::accept_connection() { in accept_connection() function in shrpx::AcceptHandler
DHttpServer.cc304 void accept_connection(int fd) { in accept_connection() function in nghttp2::Sessions
1856 void accept_connection(int fd) { in accept_connection() function in nghttp2::AcceptHandler
1899 void accept_connection() { in accept_connection() function in nghttp2::ListenEventHandler
Dshrpx_tls.cc1692 ClientHandler *accept_connection(Worker *worker, int fd, sockaddr *addr, in accept_connection() function
/third_party/python/Lib/multiprocessing/
Dmanagers.py415 def accept_connection(self, c, name): member in Server