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

/external/boringssl/src/crypto/bio/
H A Dbio.c386 BIO *BIO_push(BIO *bio, BIO *appended_bio) { argument
398 last_bio->next_bio = appended_bio;
/external/boringssl/include/openssl/
H A Dbio.h276 /* BIO_push adds |appended_bio| to the end of the chain with |bio| at the head.
277 * It returns |bio|. Note that |appended_bio| may be the head of a chain itself
280 * BIO_push takes ownership of the caller's reference to |appended_bio|. */
281 OPENSSL_EXPORT BIO *BIO_push(BIO *bio, BIO *appended_bio);
/external/boringssl/src/include/openssl/
H A Dbio.h276 /* BIO_push adds |appended_bio| to the end of the chain with |bio| at the head.
277 * It returns |bio|. Note that |appended_bio| may be the head of a chain itself
280 * BIO_push takes ownership of the caller's reference to |appended_bio|. */
281 OPENSSL_EXPORT BIO *BIO_push(BIO *bio, BIO *appended_bio);

Completed in 70 milliseconds