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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h323 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
332 @see evhttp_add_virtual_host()
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c1392 if (evhttp_add_virtual_host(http, "foo.com", second) == -1) {
1396 if (evhttp_add_virtual_host(http, "bar.*.foo.com", third) == -1) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c3569 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, function

Completed in 205 milliseconds