Lines Matching defs:port
304 std::string port = GetPortFromURL("https://www.example.com?data_string"); variable
310 std::string port = GetPortFromURL("http://www.example.com?data_string"); variable
316 std::string port = GetPortFromURL("https://www.example.com:9984?data_string"); variable
322 std::string port = GetPortFromURL("www.example.com:9984?data_string"); variable
328 std::string port = GetPortFromURL("www.example.com?data_string"); variable
334 std::string port = GetPortFromURL("https://www.example.com?k_string=data_string:234"); variable
340 std::string port = GetPortFromURL("https://www.example.com/path:data_string:234"); variable
346 …std::string port = GetPortFromURL("https://www.example.com:8989/path:path2?k_string=data_string:23… variable
352 … std::string port = GetPortFromURL("https://www.example.com/path:path2?k_string=data_string:234"); variable
358 std::string port = GetPortFromURL("https://www.example.com:"); variable
364 std::string port = GetPortFromURL("https://www.example.com:/path?k_string_data_string"); variable
370 … std::string port = GetPortFromURL("https://www.example.com:?k_string_data_string:43:data_string"); variable