Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Dbio_lib.c95 bio->prev_bio=NULL; in BIO_set()
430 bio->prev_bio=lb; in BIO_push()
446 if (b->prev_bio != NULL) in BIO_pop()
447 b->prev_bio->next_bio=b->next_bio; in BIO_pop()
449 b->next_bio->prev_bio=b->prev_bio; in BIO_pop()
452 b->prev_bio=NULL; in BIO_pop()
Dbio.h324 struct bio_st *prev_bio; /* used by filter BIOs */ member
/external/openssl/include/openssl/
Dbio.h324 struct bio_st *prev_bio; /* used by filter BIOs */ member