Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c1922 size_t maxn_ = maxn > SIZE_MAX ? SIZE_MAX : (size_t)maxn; in try_len() local
1932 if (n > maxn_) in try_len()
1933 n = maxn_; in try_len()

Completed in 9 milliseconds