Lines Matching refs:TT_URI

2468 #define TT_URI(want) do { 						\  in http_parse_uri_test()  macro
2557 TT_URI("mailto:foo@bar"); in http_parse_uri_test()
2608 TT_URI("http://www.test.com/?q=t%33est"); in http_parse_uri_test()
2619 TT_URI("http://%77ww.test.com"); in http_parse_uri_test()
2630 TT_URI("http://www.test.com?q=test"); in http_parse_uri_test()
2641 TT_URI("http://www.test.com#fragment"); in http_parse_uri_test()
2652 TT_URI("http://8000/"); in http_parse_uri_test()
2663 TT_URI("http://:8000/"); in http_parse_uri_test()
2674 TT_URI("http://www.test.com/"); in http_parse_uri_test()
2685 TT_URI("http://www.test.com"); in http_parse_uri_test()
2696 TT_URI("ftp://www.test.com/?q=test"); in http_parse_uri_test()
2707 TT_URI("ftp://[::1]:999/?q=test"); in http_parse_uri_test()
2718 TT_URI("ftp://[ff00::127.0.0.1]/?q=test"); in http_parse_uri_test()
2729 TT_URI("ftp://[v99.not_(any:time)_soon]/?q=test"); in http_parse_uri_test()
2740 TT_URI("scheme://user:pass@foo.com:42/?q=test&s=some+thing#fragment"); in http_parse_uri_test()
2751 TT_URI("scheme://user@foo.com/#fragment"); in http_parse_uri_test()
2762 TT_URI("scheme://%75ser@foo.com/#frag@ment"); in http_parse_uri_test()
2773 TT_URI("file:///some/path/to/the/file"); in http_parse_uri_test()
2785 TT_URI("///some/path/to/the-file"); in http_parse_uri_test()
2797 TT_URI("/s:ome/path/to/the-file?q=99#fred"); in http_parse_uri_test()
2809 TT_URI("relative/path/with/co:lon"); in http_parse_uri_test()
2821 TT_URI("bob?q=99&q2=q?33#fr?ed"); in http_parse_uri_test()
2833 TT_URI("#fr?ed"); in http_parse_uri_test()
2836 #undef TT_URI in http_parse_uri_test()