Searched refs:evhttp_add_virtual_host (Results 1 – 3 of 3) sorted by relevance
323 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
1639 if (evhttp_add_virtual_host(http, "foo.com", second) == -1) { in http_virtual_host_test()1643 if (evhttp_add_virtual_host(http, "bar.*.foo.com", third) == -1) { in http_virtual_host_test()
3718 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, in evhttp_add_virtual_host() function