Searched refs:other_b (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.c658 struct bio_bio_st *other_b; local
661 other_b = other_bio->ptr;
662 assert(other_b != NULL);
664 assert(other_b->buf == NULL); /* other_bio is always fresh */
666 other_b->size = b->size;
682 struct bio_bio_st *other_b = other_bio->ptr; local
684 assert(other_b != NULL);
685 ret = other_b->len == 0 && other_b->closed;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c639 struct bio_bio_st *other_b; local
642 other_b = other_bio->ptr;
643 assert(other_b != NULL);
645 assert(other_b->buf == NULL); /* other_bio is always fresh */
647 other_b->size = b->size;
662 struct bio_bio_st *other_b = other_bio->ptr; local
664 assert(other_b != NULL);
665 ret = other_b->len == 0 && other_b->closed;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_bio.c639 struct bio_bio_st *other_b; local
642 other_b = other_bio->ptr;
643 assert(other_b != NULL);
645 assert(other_b->buf == NULL); /* other_bio is always fresh */
647 other_b->size = b->size;
662 struct bio_bio_st *other_b = other_bio->ptr; local
664 assert(other_b != NULL);
665 ret = other_b->len == 0 && other_b->closed;

Completed in 42 milliseconds