Home
last modified time | relevance | path

Searched refs:other_bio (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/bio/
Dbss_bio.c548 BIO *other_bio = ptr; in bio_ctrl() local
550 if (bio_make_pair(bio, other_bio)) in bio_ctrl()
657 BIO *other_bio = ptr; in bio_ctrl() local
660 assert(other_bio != NULL); in bio_ctrl()
661 other_b = other_bio->ptr; in bio_ctrl()
678 BIO *other_bio = ptr; in bio_ctrl() local
680 if (other_bio) in bio_ctrl()
682 struct bio_bio_st *other_b = other_bio->ptr; in bio_ctrl()