Home | History | Annotate | Download | only in test

Lines Matching refs:evhttp_add_virtual_host

1639 	if (evhttp_add_virtual_host(http, "foo.com", second) == -1) {
1643 if (evhttp_add_virtual_host(http, "bar.*.foo.com", third) == -1) {