Lines Matching refs:port
109 port(0),
1935 FileEntry make_status_body(int status, uint16_t port) {
1952 body += " at port ";
1953 body += util::utos(port);
1991 {"200", make_status_body(200, config_->port)},
1992 {"301", make_status_body(301, config_->port)},
1993 {"400", make_status_body(400, config_->port)},
1994 {"404", make_status_body(404, config_->port)},
1995 {"405", make_status_body(405, config_->port)},
2027 auto service = util::utos(config->port);
2078 << s << ":" << config->port << std::endl;