Searched refs:evhttp_add_virtual_host (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | http.h | 323 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
|
| /freebsd-13.1/contrib/libevent/include/event2/ |
| H A D | http.h | 323 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_http.c | 1392 if (evhttp_add_virtual_host(http, "foo.com", second) == -1) { in http_virtual_host_test() 1396 if (evhttp_add_virtual_host(http, "bar.*.foo.com", third) == -1) { in http_virtual_host_test()
|
| /freebsd-13.1/contrib/libevent/test/ |
| H A D | regress_http.c | 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()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | http.c | 3569 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, in evhttp_add_virtual_host() function
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | http.c | 3718 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, in evhttp_add_virtual_host() function
|