Lines Matching refs:hostport
737 faddr.hostport = StringRef::from_lit("localhost");
806 faddr.hostport = StringRef::from_lit("localhost");
968 faddr.hostport = util::make_http_hostport(mod_config()->balloc,
971 LOG(NOTICE) << "Listening on " << faddr.hostport
3826 auto hostport = util::make_hostport(std::begin(hostport_buf),
3830 LOG(FATAL) << "Resolving backend HTTP proxy address failed: " << hostport;
3833 LOG(NOTICE) << "Backend HTTP proxy address: " << hostport << " -> "
3840 auto hostport = util::make_hostport(std::begin(hostport_buf),
3847 << hostport;
3850 LOG(NOTICE) << "Memcached address for TLS session cache: " << hostport
3862 auto hostport = util::make_hostport(std::begin(hostport_buf),
3868 << hostport;
3871 LOG(NOTICE) << "Memcached address for TLS ticket key: " << hostport