Searched refs:evhttp_find_vhost (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http.c | 207 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, 1892 !evhttp_find_vhost(req->evcon->http_server, NULL, hostname)) in evhttp_parse_request_line() 3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() function 3491 evhttp_find_vhost(http, &http, hostname); in evhttp_handle_request()
|
/freebsd/contrib/libevent/ |
H A D | http.c | 207 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, 1892 !evhttp_find_vhost(req->evcon->http_server, NULL, hostname)) in evhttp_parse_request_line() 3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() function 3491 evhttp_find_vhost(http, &http, hostname); in evhttp_handle_request()
|