Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_txp.c427 static int sstream_is_pending(QUIC_SSTREAM *sstream);
1489 if (a.allow_crypto && sstream_is_pending(txp->args.crypto[pn_space])) in txp_should_try_staging()
1580 static int sstream_is_pending(QUIC_SSTREAM *sstream) in sstream_is_pending() function