evhttp_uri_set_host  765 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_host(struct evhttp_uri *uri, const char *host);
evhttp_uri_set_host 2071 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(0==evhttp_uri_set_host(uri, "www.example.com"));
evhttp_uri_set_host 2099 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(-1 == evhttp_uri_set_host(uri,"[1.2.3.4]"));
evhttp_uri_set_host 2100 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(-1 == evhttp_uri_set_host(uri,"["));
evhttp_uri_set_host 2101 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(-1 == evhttp_uri_set_host(uri,"www.[foo].com"));
evhttp_uri_set_host 2111 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(0 == evhttp_uri_set_host(uri,"www.example.com"));
evhttp_uri_set_host 2112 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(0 == evhttp_uri_set_host(uri,"1.2.3.4"));
evhttp_uri_set_host 2113 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(0 == evhttp_uri_set_host(uri,"[1:2:3:4::]"));
evhttp_uri_set_host 2114 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(0 == evhttp_uri_set_host(uri,"[v7.wobblewobble]"));
evhttp_uri_set_host 2115 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(0 == evhttp_uri_set_host(uri,NULL));
evhttp_uri_set_host 2116 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(0 == evhttp_uri_set_host(uri,""));