Home
last modified time | relevance | path

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

12

/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dshrpx_tls.h197 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list);
H A Dshrpx_tls.cc741 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list) { in create_tls_proto_mask() argument
746 for (auto &name : tls_proto_list) { in create_tls_proto_mask()
H A Dshrpx_config.h668 std::vector<StringRef> tls_proto_list; member
H A Dshrpx.cc2992 if (!tlsconf.tls_proto_list.empty()) { in process_options()
2993 tlsconf.tls_proto_mask = tls::create_tls_proto_mask(tlsconf.tls_proto_list); in process_options()
H A Dshrpx_config.cc3064 config->tls.tls_proto_list.resize(list.size()); in parse_config()
3066 config->tls.tls_proto_list[i] = make_string_ref(config->balloc, list[i]); in parse_config()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dshrpx_tls.h197 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list);
H A Dshrpx_tls.cc766 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list) { in create_tls_proto_mask() argument
771 for (auto &name : tls_proto_list) { in create_tls_proto_mask()
H A Dshrpx_config.h668 std::vector<StringRef> tls_proto_list; member
H A Dshrpx.cc3003 if (!tlsconf.tls_proto_list.empty()) { in process_options()
3004 tlsconf.tls_proto_mask = tls::create_tls_proto_mask(tlsconf.tls_proto_list); in process_options()
H A Dshrpx_config.cc3088 config->tls.tls_proto_list.resize(list.size()); in parse_config()
3090 config->tls.tls_proto_list[i] = make_string_ref(config->balloc, list[i]); in parse_config()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dshrpx_tls.h197 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list);
H A Dshrpx_tls.cc741 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list) { in create_tls_proto_mask() argument
746 for (auto &name : tls_proto_list) { in create_tls_proto_mask()
H A Dshrpx_config.h668 std::vector<StringRef> tls_proto_list; member
H A Dshrpx.cc2992 if (!tlsconf.tls_proto_list.empty()) { in process_options()
2993 tlsconf.tls_proto_mask = tls::create_tls_proto_mask(tlsconf.tls_proto_list); in process_options()
H A Dshrpx_config.cc3064 config->tls.tls_proto_list.resize(list.size()); in parse_config()
3066 config->tls.tls_proto_list[i] = make_string_ref(config->balloc, list[i]); in parse_config()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_tls.h209 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list);
H A Dshrpx_config.h722 std::vector<StringRef> tls_proto_list; member
H A Dshrpx_tls.cc891 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list) { in create_tls_proto_mask() argument
896 for (auto &name : tls_proto_list) { in create_tls_proto_mask()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_tls.h209 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list);
H A Dshrpx_config.h738 std::vector<StringRef> tls_proto_list; member
H A Dshrpx_tls.cc905 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list) { in create_tls_proto_mask() argument
910 for (auto &name : tls_proto_list) { in create_tls_proto_mask()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_tls.h209 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list);
H A Dshrpx_config.h738 std::vector<StringRef> tls_proto_list; member
H A Dshrpx_tls.cc905 long int create_tls_proto_mask(const std::vector<StringRef> &tls_proto_list) { in create_tls_proto_mask() argument
910 for (auto &name : tls_proto_list) { in create_tls_proto_mask()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/bind9/
H A Dcheck.c2131 const cfg_obj_t *tls_proto_list = NULL, *tls_key = NULL, in bind9_check_tls_defintion() local
2180 tresult = cfg_map_get(tlsobj, "protocols", &tls_proto_list); in bind9_check_tls_defintion()
2183 INSIST(tls_proto_list != NULL); in bind9_check_tls_defintion()
2184 for (proto = cfg_list_first(tls_proto_list); proto != 0; in bind9_check_tls_defintion()

12