Searched refs:altsvcs (Results 1 – 7 of 7) sorted by relevance
224 const std::vector<AltSvc> &altsvcs) { in create_altsvc_header_value() argument228 if (altsvcs.empty()) { in create_altsvc_header_value()232 for (auto &altsvc : altsvcs) { in create_altsvc_header_value()246 len += (altsvcs.size() - 1) * 2; in create_altsvc_header_value()252 for (auto &altsvc : altsvcs) { in create_altsvc_header_value()
124 std::vector<AltSvc> altsvcs{ local134 http::create_altsvc_header_value(balloc, altsvcs));139 std::vector<AltSvc> altsvcs{ local
84 const std::vector<AltSvc> &altsvcs);
861 std::vector<AltSvc> altsvcs; member
1255 if (!httpconf.altsvcs.empty()) { in on_downstream_header_complete()
3929 if (!config->http.altsvcs.empty()) { in process_options()3931 http::create_altsvc_header_value(config->balloc, config->http.altsvcs); in process_options()
3408 config->http.altsvcs.push_back(std::move(altsvc)); in parse_config()