Home
last modified time | relevance | path

Searched refs:evhttp_uri_get_host (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/libevent/sample/
H A Dhttp-connect.c76 VERIFY(evhttp_uri_get_host(proxy)); in main()
86 VERIFY(evhttp_uri_get_host(host_port)); in main()
99 evhttp_uri_get_host(proxy), evhttp_uri_get_port(proxy))); in main()
107 evhttp_uri_get_host(host_port), evhttp_uri_get_port(host_port)); in main()
H A Dhttps-client.c291 host = evhttp_uri_get_host(http_uri); in main()
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2297 tt_want(evhttp_uri_get_host(uri) == NULL); in http_parse_uri_test()
2393 tt_want(strcmp(evhttp_uri_get_host(uri), "8000") == 0); in http_parse_uri_test()
2404 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0); in http_parse_uri_test()
2448 tt_want(strcmp(evhttp_uri_get_host(uri), "[::1]") == 0); in http_parse_uri_test()
2482 tt_want(strcmp(evhttp_uri_get_host(uri), "foo.com") == 0); in http_parse_uri_test()
2515 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0); in http_parse_uri_test()
2527 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0); in http_parse_uri_test()
2539 tt_want(evhttp_uri_get_host(uri) == NULL); in http_parse_uri_test()
2551 tt_want(evhttp_uri_get_host(uri) == NULL); in http_parse_uri_test()
2563 tt_want(evhttp_uri_get_host(uri) == NULL); in http_parse_uri_test()
[all …]
/freebsd-12.1/contrib/libevent/test/
H A Dregress_http.c2550 tt_want(evhttp_uri_get_host(uri) == NULL); in http_parse_uri_test()
2646 tt_want(strcmp(evhttp_uri_get_host(uri), "8000") == 0); in http_parse_uri_test()
2657 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0); in http_parse_uri_test()
2701 tt_want(strcmp(evhttp_uri_get_host(uri), "[::1]") == 0); in http_parse_uri_test()
2735 tt_want(strcmp(evhttp_uri_get_host(uri), "foo.com") == 0); in http_parse_uri_test()
2768 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0); in http_parse_uri_test()
2780 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0); in http_parse_uri_test()
2792 tt_want(evhttp_uri_get_host(uri) == NULL); in http_parse_uri_test()
2804 tt_want(evhttp_uri_get_host(uri) == NULL); in http_parse_uri_test()
2816 tt_want(evhttp_uri_get_host(uri) == NULL); in http_parse_uri_test()
[all …]
/freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1021 const char *evhttp_uri_get_host(const struct evhttp_uri *uri);
/freebsd-12.1/contrib/libevent/include/event2/
H A Dhttp.h1056 const char *evhttp_uri_get_host(const struct evhttp_uri *uri);
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dhttp.c1747 hostname = evhttp_uri_get_host(req->uri_elems); in evhttp_parse_request_line()
3924 host = evhttp_uri_get_host(req->uri_elems); in evhttp_request_get_host()
4751 evhttp_uri_get_host(const struct evhttp_uri *uri) in evhttp_uri_get_host() function
/freebsd-12.1/contrib/libevent/
H A Dhttp.c1841 hostname = evhttp_uri_get_host(req->uri_elems); in evhttp_parse_request_line()
4087 host = evhttp_uri_get_host(req->uri_elems); in evhttp_request_get_host()
4918 evhttp_uri_get_host(const struct evhttp_uri *uri) in evhttp_uri_get_host() function