Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c1919 uint64_t maxn, size_t *hdr_len, size_t *payload_len) in try_len() argument
1922 size_t maxn_ = maxn > SIZE_MAX ? SIZE_MAX : (size_t)maxn; in try_len()

Completed in 12 milliseconds