evhttp_bind_socket 3246 opal/mca/event/libevent2022/libevent/http.c if (evhttp_bind_socket(http, address, port) == -1) { evhttp_bind_socket 94 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port); evhttp_bind_socket 181 opal/mca/event/libevent2022/libevent/test/bench_http.c evhttp_bind_socket(http, "0.0.0.0", port); evhttp_bind_socket 1879 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evhttp_bind_socket(myhttp, "127.0.0.1", 65535 - i) == 0) {