Searched refs:BIO_pending (Results 1 – 9 of 9) sorted by relevance
311 size_t BIO_pending(const BIO *bio) { in BIO_pending() function322 return BIO_pending(bio); in BIO_ctrl_pending()
309 size_t BIO_pending(const BIO *bio) { in BIO_pending() function320 return BIO_pending(bio); in BIO_ctrl_pending()
1024 int pending_in_ssl = static_cast<int>(BIO_pending(impl->network_io)); in ssl_protector_protect()1083 pending = static_cast<int>(BIO_pending(impl->network_io)); in ssl_protector_protect_flush()1096 pending = static_cast<int>(BIO_pending(impl->network_io)); in ssl_protector_protect_flush()1411 return BIO_pending(impl->network_io) == 0 ? TSI_OK : TSI_INCOMPLETE_DATA; in ssl_handshaker_get_bytes_to_send_to_peer()1447 if (BIO_pending(impl->network_io) == 0) { in ssl_handshaker_process_bytes_from_peer()1488 size_t bytes_in_ssl = BIO_pending(SSL_get_rbio(impl->ssl)); in ssl_bytes_remaining()
251 OPENSSL_EXPORT size_t BIO_pending(const BIO *bio);
255 OPENSSL_EXPORT size_t BIO_pending(const BIO *bio);
1455 BIO_pending
3007 '#define BIO_pending GRPC_SHADOW_BIO_pending',
1483 #define BIO_pending GRPC_SHADOW_BIO_pending macro
816 #define BIO_pending BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_pending) macro