second           1170 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct evhttp *second = NULL, *third = NULL;
second           1180 opal/mca/event/libevent2022/libevent/test/regress_http.c 	second = evhttp_new(NULL);
second           1181 opal/mca/event/libevent2022/libevent/test/regress_http.c 	evhttp_set_cb(second, "/funnybunny", http_basic_cb, NULL);
second           1185 opal/mca/event/libevent2022/libevent/test/regress_http.c 	if (evhttp_add_virtual_host(http, "foo.com", second) == -1) {
second           1194 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_assert(evhttp_add_server_alias(second, "manolito.info") == 0);