Lines Matching refs:PORT
81 int port;
184 {"http://u:p@h:8/p?q#r", Parsed::PORT, true, 12},
185 {"http://u:p@h:8/p?q#r", Parsed::PORT, false, 13},
197 {"http://u:p@h/", Parsed::PORT, true, 12},
233 // Input Scheme Usrname Passwd Host Port Path Query Ref
248 // Invalid port numbers should be identified and turned into -2, empty port
249 // numbers should be -1. Spaces aren't allowed in port numbers
336 int port = url_parse::ParsePort(url, parsed.port);
342 EXPECT_EQ(cases[i].port, port);
379 ExpectInvalidComponent(parsed.port);
427 int port = url_parse::ParsePort(url, parsed.port);
433 EXPECT_EQ(file_cases[i].port, port);
570 int port = url_parse::ParsePort(url, parsed.port);
575 EXPECT_EQ(url_parse::PORT_UNSPECIFIED, port);
580 ExpectInvalidComponent(parsed.port);