Home
last modified time | relevance | path

Searched refs:evhttp_add_virtual_host (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h325 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c1687 if (evhttp_add_virtual_host(http, "foo.com", second) == -1) { in http_virtual_host_test()
1691 if (evhttp_add_virtual_host(http, "bar.*.foo.com", third) == -1) { in http_virtual_host_test()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c3782 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, in evhttp_add_virtual_host() function