Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbio_lib.c660 bio->prev_bio = lb; in BIO_push()
677 if (b->prev_bio != NULL) in BIO_pop()
678 b->prev_bio->next_bio = b->next_bio; in BIO_pop()
680 b->next_bio->prev_bio = b->prev_bio; in BIO_pop()
683 b->prev_bio = NULL; in BIO_pop()
Dbio_local.h131 struct bio_st *prev_bio; /* used by filter BIOs */ member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs34 pub prev_bio: *mut BIO,