Lines Matching full:url

45 	const char *url;  member
54 .url = "http://hostname/",
71 .url = "http://hostname:444/",
89 .url = "hostname:443",
106 .url = "hostname:443",
113 .url = "http://[1:2::3:4]/",
130 .url = "http://[1:2::3:4]:67/",
148 .url = "[1:2::3:4]:443",
165 .url = "http://[2001:0000:0000:0000:0000:0000:1.9.1.1]/",
182 .url = "http://a.tbcdn.cn/p/fp/2010c/??fp-header-min.css,"
202 .name = "space URL encoded",
203 .url = "/toto.html?toto=a%20b",
219 .name = "URL fragment",
220 .url = "/toto.html#titi",
236 .name = "complex URL fragment",
237 .url = "http://www.webmasterworld.com/r.cgi?f=21&d=8405&url="
255 .name = "complex URL from node js url parser doc",
256 .url = "http://host.com:8080/p/a/t/h?query=string#hash",
273 .name = "complex URL with basic auth from node js url parser doc",
274 .url = "http://a:b@host.com:8080/p/a/t/h?query=string#hash",
293 .url = "http://a:b@@hostname:443/",
300 .url = "http://:443/",
307 .url = "http://hostname:/",
314 .url = "a:b@hostname:443",
321 .url = ":443",
328 .url = "hostname:",
335 .url = "hostname:443/",
341 .name = "space in URL",
342 .url = "/foo bar/",
347 .name = "proxy basic auth with space url encoded",
348 .url = "http://a%20:b@host.com/",
365 .name = "carriage return in URL",
366 .url = "/foo\rbar/",
371 .name = "proxy double : in URL",
372 .url = "http://hostname::443/",
378 .url = "http://a::b@host.com/",
395 .name = "line feed in URL",
396 .url = "/foo\nbar/",
402 .url = "http://@hostname/fo",
418 .url = "http://host\name/fo",
424 .url = "http://host%name/fo",
430 .url = "http://host;ame/fo",
436 .url = "http://a!;-_!=+$@host.com/",
454 .url = "http://@/fo",
460 .url = "http://toto@/fo",
466 .url = "http:///fo",
471 .name = "proxy = in URL",
472 .url = "http://host=ame/fo",
478 .url = "http://[fe80::a%25eth0]/",
495 .url = "http://[fe80::a%eth0]/",
512 .url = "http://[fe80::a%]/",
518 .url = "http://[fe80::a%$HOME]/",
524 .url = "http://[%eth0]/",
530 .name = "tab in URL",
531 .url = "/foo\tbar/",
536 .name = "form feed in URL",
537 .url = "/foo\fbar/",
544 .name = "tab in URL",
545 .url = "/foo\tbar/",
559 .name = "form feed in URL",
560 .url = "/foo\fbar/",
600 rv = http_parser_parse_url(test->url, in ZTEST()
601 strlen(test->url), in ZTEST()