Home | History | Annotate | Download | only in test

Lines Matching refs:evhttp_uri_get_host

2550 	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(uri), "www.test.com") == 0);
2701 tt_want(strcmp(evhttp_uri_get_host(uri), "[::1]") == 0);
2712 tt_want(strcmp(evhttp_uri_get_host(uri), "[ff00::127.0.0.1]") == 0);
2723 tt_want(strcmp(evhttp_uri_get_host(uri), "[v99.not_(any:time)_soon]") == 0);
2735 tt_want(strcmp(evhttp_uri_get_host(uri), "foo.com") == 0);
2746 tt_want(strcmp(evhttp_uri_get_host(uri), "foo.com") == 0);
2757 tt_want(strcmp(evhttp_uri_get_host(uri), "foo.com") == 0);
2768 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0);
2780 tt_want(strcmp(evhttp_uri_get_host(uri), "") == 0);
2792 tt_want(evhttp_uri_get_host(uri) == NULL);
2804 tt_want(evhttp_uri_get_host(uri) == NULL);
2816 tt_want(evhttp_uri_get_host(uri) == NULL);
2828 tt_want(evhttp_uri_get_host(uri) == NULL);