Lines Matching refs:name
44 const char *name;
70 for(i = 0; parts[i].name; i++) {
361 /* URL without host name */
476 {"http://example.com/path/html?query=name",
478 "query=name | [17]",
480 {"http://example.com/path/html?query=name#anchor",
482 "query=name | anchor",
484 {"http://example.com:1234/path/html?query=name#anchor",
486 "query=name | anchor",
488 {"http:///user:password@example.com:1234/path/html?query=name#anchor",
490 "query=name | anchor",
492 {"https://user:password@example.com:1234/path/html?query=name#anchor",
494 "query=name | anchor",
496 {"http://user:password@example.com:1234/path/html?query=name#anchor",
498 "query=name | anchor",
500 {"http:/user:password@example.com:1234/path/html?query=name#anchor",
502 "query=name | anchor",
504 {"http:////user:password@example.com:1234/path/html?query=name#anchor",
722 {"http://user:password@example.com:1234/path/html?query=name#anchor",
723 "http://user:password@example.com:1234/path/html?query=name#anchor",
725 {"http://example.com:1234/path/html?query=name#anchor",
726 "http://example.com:1234/path/html?query=name#anchor",
728 {"http://example.com/path/html?query=name#anchor",
729 "http://example.com/path/html?query=name#anchor",
731 {"http://example.com/path/html?query=name",
732 "http://example.com/path/html?query=name",
929 /* Setting a host name with spaces is not OK: */
1349 {"HTTP://test/?s", "name=joe\x02", "http://test/?s&name=joe%02",
1351 {"HTTP://test/?size=2#f", "name=joe=", "http://test/?size=2&name=joe%3d#f",
1353 {"HTTP://test/?size=2#f", "name=joe doe",
1354 "http://test/?size=2&name=joe+doe#f",
1356 {"HTTP://test/", "name=joe", "http://test/?name=joe", 0, 0, CURLUE_OK},
1357 {"HTTP://test/?size=2", "name=joe", "http://test/?size=2&name=joe",
1359 {"HTTP://test/?size=2&", "name=joe", "http://test/?size=2&name=joe",
1361 {"HTTP://test/?size=2#f", "name=joe", "http://test/?size=2&name=joe#f",