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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_bio.c548 BIO *other_bio = ptr; local
550 if (bio_make_pair(bio, other_bio))
657 BIO *other_bio = ptr; local
660 assert(other_bio != NULL);
661 other_b = other_bio->ptr;
664 assert(other_b->buf == NULL); /* other_bio is always fresh */
678 BIO *other_bio = ptr; local
680 if (other_bio)
682 struct bio_bio_st *other_b = other_bio->ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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 67 milliseconds