OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supported_versions
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port.c
1233
uint32_t
supported_versions
[1];
local
1248
supported_versions
[0] = QUIC_VERSION_1;
1259
hdr.len = sizeof(
supported_versions
);
1260
hdr.data = (unsigned char *)
supported_versions
;
1277
for (i = 0; i < OSSL_NELEM(
supported_versions
); i++) {
1278
if (!WPACKET_put_bytes_u32(&wpkt,
supported_versions
[i]))
quic_port.c
1233
uint32_t
supported_versions
[1];
local
1248
supported_versions
[0] = QUIC_VERSION_1;
1259
hdr.len = sizeof(
supported_versions
);
1260
hdr.data = (unsigned char *)
supported_versions
;
1277
for (i = 0; i < OSSL_NELEM(
supported_versions
); i++) {
1278
if (!WPACKET_put_bytes_u32(&wpkt,
supported_versions
[i]))
Completed in 151 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026