Home
last modified time | relevance | path

Searched refs:proto_version_from_string (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_tls.h299 int proto_version_from_string(const StringRef &v);
Dshrpx.cc1991 tls::proto_version_from_string(DEFAULT_TLS_MIN_PROTO_VERSION); in fill_default_config()
1993 tls::proto_version_from_string(DEFAULT_TLS_MAX_PROTO_VERSION); in fill_default_config()
Dshrpx_tls.cc2457 int proto_version_from_string(const StringRef &v) { in proto_version_from_string() function
Dshrpx_config.cc837 auto v = tls::proto_version_from_string(optarg); in parse_tls_proto_version()