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

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

Completed in 55 milliseconds