Searched refs:evhttp_accept_socket (Results 1 – 3 of 3) sorted by relevance
105 int evhttp_accept_socket(struct evhttp *http, int fd);
2266 res = evhttp_accept_socket(http, fd); in evhttp_bind_socket()2276 evhttp_accept_socket(struct evhttp *http, int fd) in evhttp_accept_socket() function
99 o Expose evhttp_accept_socket() API.