Home | History | Annotate | Download | only in openssl

Lines Matching refs:BIO_push

280 /* BIO_push adds |appended_bio| to the end of the chain with |bio| at the head.
284 * BIO_push takes ownership of the caller's reference to |appended_bio|. */
285 OPENSSL_EXPORT BIO *BIO_push(BIO *bio, BIO *appended_bio);