Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_bio.c639 struct bio_bio_st *other_b; in bio_ctrl() local
642 other_b = other_bio->ptr; in bio_ctrl()
643 assert(other_b != NULL); in bio_ctrl()
645 assert(other_b->buf == NULL); /* other_bio is always fresh */ in bio_ctrl()
647 other_b->size = b->size; in bio_ctrl()
662 struct bio_bio_st *other_b = other_bio->ptr; in bio_ctrl() local
664 assert(other_b != NULL); in bio_ctrl()
665 ret = other_b->len == 0 && other_b->closed; in bio_ctrl()