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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c526 BIO *other_bio = ptr; local
528 if (bio_make_pair(bio, other_bio))
638 BIO *other_bio = ptr; local
641 assert(other_bio != NULL);
642 other_b = other_bio->ptr;
645 assert(other_b->buf == NULL); /* other_bio is always fresh */
659 BIO *other_bio = ptr; local
661 if (other_bio) {
662 struct bio_bio_st *other_b = other_bio->ptr;

Completed in 45 milliseconds