evhttp_bind_socket_with_handle 3090 opal/mca/event/libevent2022/libevent/http.c 		evhttp_bind_socket_with_handle(http, address, port);
evhttp_bind_socket_with_handle  107 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port);
evhttp_bind_socket_with_handle  357 opal/mca/event/libevent2022/libevent/sample/http-server.c 	handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", port);
evhttp_bind_socket_with_handle   88 opal/mca/event/libevent2022/libevent/test/regress_http.c 	sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport);
evhttp_bind_socket_with_handle   88 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0);