evhttp_bind_socket 87 third_party/libevent/evhttp.h int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port); evhttp_bind_socket 2342 third_party/libevent/http.c if (evhttp_bind_socket(http, address, port) == -1) { evhttp_bind_socket 85 third_party/libevent/test/regress_http.c if (evhttp_bind_socket(myhttp, "127.0.0.1", 8080 + i) != -1) { evhttp_bind_socket 319 third_party/libevent/test/regress_http.c if (evhttp_bind_socket(http, "127.0.0.1", port + 1) == -1) {