Home | History | Annotate | Download | only in openssl

Lines Matching full:bio_flush

127 /* BIO_flush flushes any buffered output. It returns one on success and zero
129 OPENSSL_EXPORT int BIO_flush(BIO *bio);
446 * |BIO_flush| on a file BIO calls |fflush| on the wrapped stream.
647 * |BIO_flush| when done writing, to signal that no more data are to be