Searched refs:evhttp_uri_get_host (Results 1 – 5 of 5) sorted by relevance
/external/libevent/sample/ |
D | http-connect.c | 76 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()
|
D | https-client.c | 291 host = evhttp_uri_get_host(http_uri); in main()
|
/external/libevent/test/ |
D | regress_http.c | 2550 tt_want(evhttp_uri_get_host(uri) == NULL); in http_parse_uri_test() 2602 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0); in http_parse_uri_test() 2613 tt_want(strcmp(evhttp_uri_get_host(uri), "%77ww.test.com") == 0); in http_parse_uri_test() 2624 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0); in http_parse_uri_test() 2635 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0); 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() 2668 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0); in http_parse_uri_test() 2679 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0); in http_parse_uri_test() 2690 tt_want(strcmp(evhttp_uri_get_host(uri), "www.test.com") == 0); in http_parse_uri_test() [all …]
|
/external/libevent/include/event2/ |
D | http.h | 1056 const char *evhttp_uri_get_host(const struct evhttp_uri *uri);
|
/external/libevent/ |
D | http.c | 1841 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
|