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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2297 tt_want(evhttp_uri_get_host(uri) == NULL);
2349 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2360 tt_want(strcmp(evhttp_uri_get_host(uri), "%77ww.test.com") == 0);
2371 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2382 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2393 tt_want(strcmp(evhttp_uri_get_host(uri), "8000") == 0);
2404 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0);
2415 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2426 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2437 tt_want(strcmp(evhttp_uri_get_host(ur
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1021 const char *evhttp_uri_get_host(const struct evhttp_uri *uri);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c1747 hostname = evhttp_uri_get_host(req->uri_elems);
3924 host = evhttp_uri_get_host(req->uri_elems);
4751 evhttp_uri_get_host(const struct evhttp_uri *uri) function

Completed in 112 milliseconds