Lines Matching defs:bio
84 int BIO_set(BIO *bio, BIO_METHOD *method) in BIO_set()
408 size_t BIO_ctrl_pending(BIO *bio) in BIO_ctrl_pending()
413 size_t BIO_ctrl_wpending(BIO *bio) in BIO_ctrl_wpending()
420 BIO *BIO_push(BIO *b, BIO *bio) in BIO_push()
456 BIO *BIO_get_retry_BIO(BIO *bio, int *reason) in BIO_get_retry_BIO()
472 int BIO_get_retry_reason(BIO *bio) in BIO_get_retry_reason()
477 BIO *BIO_find_type(BIO *bio, int type) in BIO_find_type()
506 void BIO_free_all(BIO *bio) in BIO_free_all()
524 BIO *ret=NULL,*eoc=NULL,*bio,*new_bio; in BIO_dup_chain() local
580 int BIO_set_ex_data(BIO *bio, int idx, void *data) in BIO_set_ex_data()
585 void *BIO_get_ex_data(BIO *bio, int idx) in BIO_get_ex_data()
590 unsigned long BIO_number_read(BIO *bio) in BIO_number_read()
596 unsigned long BIO_number_written(BIO *bio) in BIO_number_written()