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

/external/libevent/sample/
H A Dhttp-connect.c76 VERIFY(evhttp_uri_get_host(proxy));
86 VERIFY(evhttp_uri_get_host(host_port));
99 evhttp_uri_get_host(proxy), evhttp_uri_get_port(proxy)));
107 evhttp_uri_get_host(host_port), evhttp_uri_get_port(host_port));
H A Dhttps-client.c291 host = evhttp_uri_get_host(http_uri);
/external/libevent/test/
H A Dregress_http.c2550 tt_want(evhttp_uri_get_host(uri) == NULL);
2602 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2613 tt_want(strcmp(evhttp_uri_get_host(uri), "%77ww.test.com") == 0);
2624 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2635 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2646 tt_want(strcmp(evhttp_uri_get_host(uri), "8000") == 0);
2657 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0);
2668 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2679 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0);
2690 tt_want(strcmp(evhttp_uri_get_host(ur
[all...]
/external/libevent/include/event2/
H A Dhttp.h1056 const char *evhttp_uri_get_host(const struct evhttp_uri *uri);
/external/libevent/
H A Dhttp.c1841 hostname = evhttp_uri_get_host(req->uri_elems);
4087 host = evhttp_uri_get_host(req->uri_elems);
4918 evhttp_uri_get_host(const struct evhttp_uri *uri) function

Completed in 157 milliseconds