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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_bio.c549 BIO *other_bio = ptr; local
551 if (bio_make_pair(bio, other_bio))
658 BIO *other_bio = ptr; local
661 assert(other_bio != NULL);
662 other_b = other_bio->ptr;
665 assert(other_b->buf == NULL); /* other_bio is always fresh */
679 BIO *other_bio = ptr; local
681 if (other_bio)
683 struct bio_bio_st *other_b = other_bio->ptr;

Completed in 84 milliseconds