Searched refs:BIO_wpending (Results 1 – 3 of 3) sorted by relevance
279 size_t pending = BIO_wpending(SSL_get_wbio(ssl)); in dtls1_max_record_size()352 assert(BIO_wpending(SSL_get_wbio(ssl)) == 0); in dtls1_do_handshake_write()
245 OPENSSL_EXPORT size_t BIO_wpending(const BIO *bio);
356 size_t BIO_wpending(const BIO *bio) { in BIO_wpending() function