Searched refs:tls_proto_list (Results 1 – 5 of 5) sorted by relevance
219 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list);
760 std::vector<StringRef> tls_proto_list; member
909 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list) { in create_tls_proto_mask() argument914 for (auto &name : tls_proto_list) { in create_tls_proto_mask()
3762 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()
3357 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()