third            1170 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct evhttp *second = NULL, *third = NULL;
third            1182 opal/mca/event/libevent2022/libevent/test/regress_http.c 	third = evhttp_new(NULL);
third            1183 opal/mca/event/libevent2022/libevent/test/regress_http.c 	evhttp_set_cb(third, "/blackcoffee", http_basic_cb, NULL);
third            1189 opal/mca/event/libevent2022/libevent/test/regress_http.c 	if (evhttp_add_virtual_host(http, "bar.*.foo.com", third) == -1) {
third            1195 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_assert(evhttp_add_server_alias(third, "bonkers.org") == 0);