OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ossl_quic_vlint_decode_len
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
packet_quic.h
30
enclen =
ossl_quic_vlint_decode_len
(*pkt->curr);
55
enclen =
ossl_quic_vlint_decode_len
(*pkt->curr);
84
enclen =
ossl_quic_vlint_decode_len
(*pkt->curr);
quic_vlint.h
97
static ossl_unused ossl_inline size_t
ossl_quic_vlint_decode_len
(uint8_t first_byte)
function
105
*
ossl_quic_vlint_decode_len
(buf[0]) bytes in size, and the caller is responsible
108
* Precondition: buf is at least
ossl_quic_vlint_decode_len
(buf[0]) bytes in size
/src/crypto/external/apache2/openssl/dist/crypto/
quic_vlint.c
38
size_t sz =
ossl_quic_vlint_decode_len
(first_byte);
71
dec_len =
ossl_quic_vlint_decode_len
(buf[0]);
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026