Searched refs:evhttp_bind_socket (Results 1 – 2 of 2) sorted by relevance
94 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
3087 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket() function3246 if (evhttp_bind_socket(http, address, port) == -1) { in evhttp_start()