Lines Matching +full:buffered +full:- +full:negative
10 - BIO control operations
60 BIO_flush() normally writes out any internally buffered data, in some
79 BIO_get_ktls_send() returns 1 if the BIO is using the Kernel TLS data-path for
81 BIO_get_ktls_recv() returns 1 if the BIO is using the Kernel TLS data-path for
87 BIOs are an exception, they return 0 for success and -1 for failure.
90 and -1 for failure, except file BIOs which for BIO_seek() always return 0
91 for success and -1 for failure.
95 BIO_eof() returns 1 if EOF has been reached, 0 if not, or negative values for failure.
100 returns other negative values if an error occurs.
104 negative value or 0 on error. BIO_ctrl_pending() and BIO_ctrl_wpending() return
107 BIO_get_ktls_send() returns 1 if the BIO is using the Kernel TLS data-path for
109 BIO_get_ktls_recv() returns 1 if the BIO is using the Kernel TLS data-path for
114 BIO_flush(), because it can write data may return 0 or -1 indicating
150 OpenSSL 3.0. They were modified to never return -1 in OpenSSL 3.0.4.
154 Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.