Home
last modified time | relevance | path

Searched refs:tls_proto_list (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_tls.h219 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list);
Dshrpx_config.h760 std::vector<StringRef> tls_proto_list; member
Dshrpx_tls.cc909 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list) { in create_tls_proto_mask() argument
914 for (auto &name : tls_proto_list) { in create_tls_proto_mask()
Dshrpx.cc3762 if (!tlsconf.tls_proto_list.empty()) { in process_options()
3763 tlsconf.tls_proto_mask = tls::create_tls_proto_mask(tlsconf.tls_proto_list); in process_options()
Dshrpx_config.cc3357 config->tls.tls_proto_list.resize(list.size()); in parse_config()
3359 config->tls.tls_proto_list[i] = make_string_ref(config->balloc, list[i]); in parse_config()