Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c3137 static size_t ossl_quic_pending_int(const SSL *s, int check_channel) in ossl_quic_pending_int() function
3181 return ossl_quic_pending_int(s, /*check_channel=*/0); in ossl_quic_pending()
3187 return ossl_quic_pending_int(s, /*check_channel=*/1) > 0; in ossl_quic_has_pending()