Lines Matching defs:bio
73 BIO *bio = OPENSSL_zalloc(sizeof(*bio)); in BIO_new() local
571 size_t BIO_ctrl_pending(BIO *bio) in BIO_ctrl_pending()
576 size_t BIO_ctrl_wpending(BIO *bio) in BIO_ctrl_wpending()
582 BIO *BIO_push(BIO *b, BIO *bio) in BIO_push()
620 BIO *BIO_get_retry_BIO(BIO *bio, int *reason) in BIO_get_retry_BIO()
638 int BIO_get_retry_reason(BIO *bio) in BIO_get_retry_reason()
643 void BIO_set_retry_reason(BIO *bio, int reason) in BIO_set_retry_reason()
648 BIO *BIO_find_type(BIO *bio, int type) in BIO_find_type()
682 void BIO_free_all(BIO *bio) in BIO_free_all()
700 BIO *ret = NULL, *eoc = NULL, *bio, *new_bio; in BIO_dup_chain() local
748 int BIO_set_ex_data(BIO *bio, int idx, void *data) in BIO_set_ex_data()
753 void *BIO_get_ex_data(BIO *bio, int idx) in BIO_get_ex_data()
758 uint64_t BIO_number_read(BIO *bio) in BIO_number_read()
765 uint64_t BIO_number_written(BIO *bio) in BIO_number_written()
772 void bio_free_ex_data(BIO *bio) in bio_free_ex_data()