Lines Matching defs:port
127 port(0),
1855 auto port =
1856 config.connect_to_port == 0 ? config.port : config.connect_to_port;
1859 getaddrinfo(resolve_host.c_str(), util::utos(port).c_str(), &hints, &res);
1924 config.port = u.port;
1926 config.port = config.default_port;
2111 so on. The scheme, host and port in the subsequent
2114 scheme, host or port values.
2140 so on. The scheme, host and port in the subsequent
2143 scheme, host or port values.
2243 port defined in the first URI are used solely. Values
2246 port values. --timing-script-file and --rps are
2249 Specify URI from which the scheme, host and port will be
2296 Host and port to connect instead of using the authority
2651 int64_t port = 0;
2653 (!p.second.empty() && (port = util::parse_uint(p.second)) == -1)) {
2658 config.connect_to_port = port;
3008 if (config.port != config.default_port) {
3010 config.host + ":" + util::utos(config.port));