Searched refs:proto_version_from_string (Results 1 – 4 of 4) sorted by relevance
299 int proto_version_from_string(const StringRef &v);
1991 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()
2457 int proto_version_from_string(const StringRef &v) { in proto_version_from_string() function
837 auto v = tls::proto_version_from_string(optarg); in parse_tls_proto_version()