Lines Matching defs:bio
83 BIO *bio = OPENSSL_zalloc(sizeof(*bio)); in BIO_new_ex() local
599 int BIO_get_line(BIO *bio, char *buf, int size) in BIO_get_line()
719 size_t BIO_ctrl_pending(BIO *bio) in BIO_ctrl_pending()
732 size_t BIO_ctrl_wpending(BIO *bio) in BIO_ctrl_wpending()
746 BIO *BIO_push(BIO *b, BIO *bio) in BIO_push()
784 BIO *BIO_get_retry_BIO(BIO *bio, int *reason) in BIO_get_retry_BIO()
802 int BIO_get_retry_reason(BIO *bio) in BIO_get_retry_reason()
807 void BIO_set_retry_reason(BIO *bio, int reason) in BIO_set_retry_reason()
812 BIO *BIO_find_type(BIO *bio, int type) in BIO_find_type()
849 void BIO_free_all(BIO *bio) in BIO_free_all()
867 BIO *ret = NULL, *eoc = NULL, *bio, *new_bio; in BIO_dup_chain() local
917 int BIO_set_ex_data(BIO *bio, int idx, void *data) in BIO_set_ex_data()
922 void *BIO_get_ex_data(const BIO *bio, int idx) in BIO_get_ex_data()
927 uint64_t BIO_number_read(BIO *bio) in BIO_number_read()
934 uint64_t BIO_number_written(BIO *bio) in BIO_number_written()
941 void bio_free_ex_data(BIO *bio) in bio_free_ex_data()
957 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait()
1001 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait()
1019 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds) in BIO_do_connect_retry()