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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c643 struct bio_bio_st *other_b; local
646 other_b = other_bio->ptr;
647 assert(other_b != NULL);
649 assert(other_b->buf == NULL); /* other_bio is always fresh */
651 other_b->size = b->size;

Completed in 66 milliseconds