Lines Matching refs:BIO_write
118 /* BIO_write writes |len| bytes from |data| to BIO. It returns the number of
120 OPENSSL_EXPORT int BIO_write(BIO *bio, const void *data, int len);
621 * |BIO_write| call. */
625 * side of the pair. Future |BIO_write| calls on |bio| will fail. It returns
630 /* Zero copy versions of BIO_read and BIO_write for BIO pairs. */