Home
last modified time | relevance | path

Searched refs:supported_versions (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/tools/
H A Dquic_client.cc58 const ParsedQuicVersionVector& supported_versions, in QuicClient() argument
64 supported_versions, in QuicClient()
80 supported_versions, in QuicClient()
97 supported_versions, in QuicClient()
107 const ParsedQuicVersionVector& supported_versions, in QuicClient() argument
113 supported_versions, in QuicClient()
123 const ParsedQuicVersionVector& supported_versions, in QuicClient() argument
130 supported_versions, in QuicClient()
140 const ParsedQuicVersionVector& supported_versions, in QuicClient() argument
148 supported_versions, in QuicClient()
[all …]
H A Dquic_toy_server.cc69 ParsedQuicVersionVector supported_versions; in Start() local
76 supported_versions.push_back(version); in Start()
80 supported_versions = AllSupportedVersions(); in Start()
84 supported_versions = ParseQuicVersionVectorString(versions_string); in Start()
86 if (supported_versions.empty()) { in Start()
89 for (const auto& version : supported_versions) { in Start()
95 backend.get(), std::move(proof_source), supported_versions); in Start()
H A Dquic_client.h43 const ParsedQuicVersionVector& supported_versions,
48 const ParsedQuicVersionVector& supported_versions,
54 const ParsedQuicVersionVector& supported_versions,
62 const ParsedQuicVersionVector& supported_versions,
68 const ParsedQuicVersionVector& supported_versions,
75 const ParsedQuicVersionVector& supported_versions,
87 const ParsedQuicVersionVector& supported_versions,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/tools/
H A Dquic_client.cc61 const ParsedQuicVersionVector& supported_versions, in QuicClient() argument
67 supported_versions, in QuicClient()
83 supported_versions, in QuicClient()
100 supported_versions, in QuicClient()
110 const ParsedQuicVersionVector& supported_versions, in QuicClient() argument
116 supported_versions, in QuicClient()
126 const ParsedQuicVersionVector& supported_versions, in QuicClient() argument
133 supported_versions, in QuicClient()
143 const ParsedQuicVersionVector& supported_versions, in QuicClient() argument
151 supported_versions, in QuicClient()
[all …]
H A Dquic_toy_server.cc69 ParsedQuicVersionVector supported_versions; in Start() local
76 supported_versions.push_back(version); in Start()
80 supported_versions = AllSupportedVersions(); in Start()
84 supported_versions = ParseQuicVersionVectorString(versions_string); in Start()
86 if (supported_versions.empty()) { in Start()
89 for (const auto& version : supported_versions) { in Start()
95 backend.get(), std::move(proof_source), supported_versions); in Start()
H A Dquic_client.h49 const ParsedQuicVersionVector& supported_versions,
54 const ParsedQuicVersionVector& supported_versions,
60 const ParsedQuicVersionVector& supported_versions,
68 const ParsedQuicVersionVector& supported_versions,
74 const ParsedQuicVersionVector& supported_versions,
81 const ParsedQuicVersionVector& supported_versions,
93 const ParsedQuicVersionVector& supported_versions,
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/
H A Dservice_description.py45 supported_versions = None variable in ServiceDescription
75 self.supported_versions = (
76 supported_versions
77 or self.supported_versions
156 if not self.supported_versions:
170 if not version_string and len(self.supported_versions) == 1:
171 version_string = list(self.supported_versions)[0]
251 supported_versions = sorted([
252 int(f) for f in self.supported_versions])
253 version_kwargs['min_version'] = str(supported_versions[0])
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/transport/chttp2/alpn/
H A Dalpn.cc27 static const char* const supported_versions[] = {"grpc-exp", "h2"}; variable
31 for (i = 0; i < GPR_ARRAY_SIZE(supported_versions); i++) { in grpc_chttp2_is_alpn_version_supported()
32 if (!strncmp(version, supported_versions[i], size)) return 1; in grpc_chttp2_is_alpn_version_supported()
38 return GPR_ARRAY_SIZE(supported_versions); in grpc_chttp2_num_alpn_versions()
42 GPR_ASSERT(i < GPR_ARRAY_SIZE(supported_versions)); in grpc_chttp2_get_alpn_version_index()
43 return supported_versions[i]; in grpc_chttp2_get_alpn_version_index()
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/transport/chttp2/alpn/
H A Dalpn.cc27 static const char* const supported_versions[] = {"grpc-exp", "h2"}; variable
31 for (i = 0; i < GPR_ARRAY_SIZE(supported_versions); i++) { in grpc_chttp2_is_alpn_version_supported()
32 if (!strncmp(version, supported_versions[i], size)) return 1; in grpc_chttp2_is_alpn_version_supported()
38 return GPR_ARRAY_SIZE(supported_versions); in grpc_chttp2_num_alpn_versions()
42 GPR_ASSERT(i < GPR_ARRAY_SIZE(supported_versions)); in grpc_chttp2_get_alpn_version_index()
43 return supported_versions[i]; in grpc_chttp2_get_alpn_version_index()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/transport/chttp2/alpn/
H A Dalpn.cc28 static const char* const supported_versions[] = {"grpc-exp", "h2"}; variable
32 for (i = 0; i < GPR_ARRAY_SIZE(supported_versions); i++) { in grpc_chttp2_is_alpn_version_supported()
33 if (!strncmp(version, supported_versions[i], size)) return 1; in grpc_chttp2_is_alpn_version_supported()
39 return GPR_ARRAY_SIZE(supported_versions); in grpc_chttp2_num_alpn_versions()
43 GPR_ASSERT(i < GPR_ARRAY_SIZE(supported_versions)); in grpc_chttp2_get_alpn_version_index()
44 return supported_versions[i]; in grpc_chttp2_get_alpn_version_index()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/transport/chttp2/alpn/
H A Dalpn.cc27 static const char* const supported_versions[] = {"grpc-exp", "h2"}; variable
31 for (i = 0; i < GPR_ARRAY_SIZE(supported_versions); i++) { in grpc_chttp2_is_alpn_version_supported()
32 if (!strncmp(version, supported_versions[i], size)) return 1; in grpc_chttp2_is_alpn_version_supported()
38 return GPR_ARRAY_SIZE(supported_versions); in grpc_chttp2_num_alpn_versions()
42 GPR_ASSERT(i < GPR_ARRAY_SIZE(supported_versions)); in grpc_chttp2_get_alpn_version_index()
43 return supported_versions[i]; in grpc_chttp2_get_alpn_version_index()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/transport/chttp2/alpn/
H A Dalpn.cc28 static const char* const supported_versions[] = {"grpc-exp", "h2"}; variable
32 for (i = 0; i < GPR_ARRAY_SIZE(supported_versions); i++) { in grpc_chttp2_is_alpn_version_supported()
33 if (!strncmp(version, supported_versions[i], size)) return 1; in grpc_chttp2_is_alpn_version_supported()
39 return GPR_ARRAY_SIZE(supported_versions); in grpc_chttp2_num_alpn_versions()
43 GPR_ASSERT(i < GPR_ARRAY_SIZE(supported_versions)); in grpc_chttp2_get_alpn_version_index()
44 return supported_versions[i]; in grpc_chttp2_get_alpn_version_index()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/transport/chttp2/alpn/
H A Dalpn.cc28 static const char* const supported_versions[] = {"grpc-exp", "h2"}; variable
32 for (i = 0; i < GPR_ARRAY_SIZE(supported_versions); i++) { in grpc_chttp2_is_alpn_version_supported()
33 if (!strncmp(version, supported_versions[i], size)) return 1; in grpc_chttp2_is_alpn_version_supported()
39 return GPR_ARRAY_SIZE(supported_versions); in grpc_chttp2_num_alpn_versions()
43 GPR_ASSERT(i < GPR_ARRAY_SIZE(supported_versions)); in grpc_chttp2_get_alpn_version_index()
44 return supported_versions[i]; in grpc_chttp2_get_alpn_version_index()
/dports/science/py-asdf/asdf-2.8.1/asdf/
H A Dtypes.py122 if not isinstance(cls.supported_versions, (list, set)):
123 cls.supported_versions = [cls.supported_versions]
124 supported_versions = set()
125 for version in cls.supported_versions:
129 supported_versions.add(version)
132 cls.supported_versions = list(supported_versions)
134 for version in cls.supported_versions:
173 supported_versions = set() variable in ExtensionType
380 if cls.supported_versions:
381 if version not in cls.supported_versions:
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/quartc/
H A Dquartc_factory.cc27 const ParsedQuicVersionVector& supported_versions, in CreateQuartcClientSession() argument
43 supported_versions[0].transport_version); in CreateQuartcClientSession()
47 Perspective::IS_CLIENT, supported_versions); in CreateQuartcClientSession()
57 std::move(quic_connection), quic_config, supported_versions, clock, in CreateQuartcClientSession()
180 ParsedQuicVersionVector supported_versions) { in CreateQuicConnection() argument
184 /*owns_writer=*/false, perspective, supported_versions); in CreateQuicConnection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/tools/quic/
H A Dquic_simple_client.cc40 const quic::ParsedQuicVersionVector& supported_versions, in QuicSimpleClient() argument
44 supported_versions, in QuicSimpleClient()
65 const quic::ParsedQuicVersionVector& supported_versions, in CreateQuicClientSession() argument
68 *config(), supported_versions, connection, server_id(), crypto_config(), in CreateQuicClientSession()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/tools/quic/
H A Dquic_simple_client.cc39 const quic::ParsedQuicVersionVector& supported_versions, in QuicSimpleClient() argument
44 supported_versions, in QuicSimpleClient()
65 const quic::ParsedQuicVersionVector& supported_versions, in CreateQuicClientSession() argument
68 *config(), supported_versions, connection, server_id(), crypto_config(), in CreateQuicClientSession()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/qbone/
H A Dqbone_client.cc30 const ParsedQuicVersionVector& supported_versions, in QboneClient() argument
39 supported_versions, in QboneClient()
102 const ParsedQuicVersionVector& supported_versions, in CreateQuicClientSession() argument
106 supported_versions, server_id(), qbone_writer_, qbone_handler_); in CreateQuicClientSession()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/qbone/
H A Dqbone_client.cc30 const ParsedQuicVersionVector& supported_versions, in QboneClient() argument
39 supported_versions, in QboneClient()
102 const ParsedQuicVersionVector& supported_versions, in CreateQuicClientSession() argument
106 supported_versions, server_id(), qbone_writer_, qbone_handler_); in CreateQuicClientSession()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/network_session_configurator/browser/
H A Dnetwork_session_configurator_unittest.cc131 quic_params_.supported_versions); in TEST_F()
486 EXPECT_EQ(supported_versions, quic_params_.supported_versions); in TEST_F()
497 quic::ParsedQuicVersionVector supported_versions = { in TEST_F() local
499 EXPECT_EQ(supported_versions, quic_params_.supported_versions); in TEST_F()
526 EXPECT_EQ(supported_versions, quic_params_.supported_versions); in TEST_F()
544 EXPECT_EQ(supported_versions, quic_params_.supported_versions); in TEST_F()
919 ASSERT_EQ(1u, quic_params_.supported_versions.size()); in TEST_P()
920 EXPECT_EQ(version_, quic_params_.supported_versions[0]); in TEST_P()
930 ASSERT_EQ(1u, quic_params_.supported_versions.size()); in TEST_P()
951 ASSERT_EQ(1u, quic_params_.supported_versions.size()); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dcrypto_test_utils.cc235 ParsedVersionOfIndex(client_conn->supported_versions(), 0)); in HandshakeWithFakeServer()
277 ParsedQuicVersionVector supported_versions = in HandshakeWithFakeClient() local
278 server_conn->supported_versions(); in HandshakeWithFakeClient()
280 supported_versions.erase( in HandshakeWithFakeClient()
281 std::remove_if(supported_versions.begin(), supported_versions.end(), in HandshakeWithFakeClient()
285 supported_versions.end()); in HandshakeWithFakeClient()
288 supported_versions.erase( in HandshakeWithFakeClient()
289 std::remove_if(supported_versions.begin(), supported_versions.end(), in HandshakeWithFakeClient()
294 supported_versions.end()); in HandshakeWithFakeClient()
297 helper, alarm_factory, Perspective::IS_CLIENT, supported_versions); in HandshakeWithFakeClient()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/network_session_configurator/browser/
H A Dnetwork_session_configurator_unittest.cc101 quic_params_.supported_versions); in TEST_F()
163 EXPECT_EQ(quic_params_.supported_versions, in TEST_F()
165 EXPECT_NE(quic_params_.supported_versions, in TEST_F()
182 EXPECT_EQ(quic_params_.supported_versions, in TEST_F()
184 EXPECT_NE(quic_params_.supported_versions, in TEST_F()
536 quic::ParsedQuicVersionVector supported_versions = {version}; in TEST_F() local
537 EXPECT_EQ(supported_versions, quic_params_.supported_versions); in TEST_F()
549 quic::ParsedQuicVersionVector supported_versions = {version}; in TEST_F() local
550 EXPECT_EQ(supported_versions, quic_params_.supported_versions); in TEST_F()
569 EXPECT_EQ(supported_versions, quic_params_.supported_versions); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_client.h37 const ParsedQuicVersionVector& supported_versions,
43 const ParsedQuicVersionVector& supported_versions,
49 const ParsedQuicVersionVector& supported_versions,
56 const ParsedQuicVersionVector& supported_versions,
101 const ParsedQuicVersionVector& supported_versions);
105 const ParsedQuicVersionVector& supported_versions);
109 const ParsedQuicVersionVector& supported_versions,
114 const ParsedQuicVersionVector& supported_versions,
/dports/games/warmux/warmux-11.04/lib/warmux-server/src/
H A Dconfig.cpp83 if (support_versions && supported_versions.empty()) { in LoadConfigFile()
111 supported_versions.clear(); // useful only for reloading in Parse()
112 ServerConfig::SplitVersionsString(val, supported_versions); in Parse()
178 ServerConfig::SupportedVersions2Str(supported_versions).c_str()); in Display()
254 for (it = supported_versions.begin(); in IsVersionSupported()
255 it != supported_versions.end(); in IsVersionSupported()
274 return ServerConfig::SupportedVersions2Str(supported_versions); in SupportedVersions2Str()
/dports/science/py-asdf/asdf-2.8.1/asdf/tests/
H A Dtest_types.py237 supported_versions = ['1.0.0', '1.1.0'] variable in test_version_mismatch_with_supported_versions.CustomFlowType
472 supported_versions = versioning.AsdfSpec('>=1.2.0') variable in test_incompatible_version_check.TestType0
479 supported_versions = versioning.AsdfVersion('1.0.0') variable in test_incompatible_version_check.TestType1
485 supported_versions = '1.0.0' variable in test_incompatible_version_check.TestType2
492 supported_versions = ['1.0.0', versioning.AsdfSpec('>=2.0.0')] variable in test_incompatible_version_check.TestType3
500 supported_versions = ['1.0.0', versioning.AsdfVersion('1.1.0')] variable in test_incompatible_version_check.TestType4
508 supported_versions = \ variable in test_incompatible_version_check.TestType5
519 supported_versions = 'blue' variable in test_incompatible_version_check.TestType6
522 supported_versions = ['1.1.0', '2.2.0', 'blue'] variable in test_incompatible_version_check.TestType7
532 supported_versions = [(1,0,0), versioning.AsdfSpec('>=1.1.0')] variable in test_supported_versions.CustomFlowType
[all …]

12345678910>>...28