Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/BIO_f_buffer.pod
- Timestamp:
- Mar 3, 2022 7:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150325
- Location:
- trunk/src/libs/openssl-3.0.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1
- Property svn:mergeinfo
-
old new 12 12 /vendor/openssl/1.1.1c:131722-131725 13 13 /vendor/openssl/1.1.1k:145841-145843 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/doc/man3/BIO_f_buffer.pod
r91772 r94082 75 75 BIO_f_buffer() returns the buffering BIO method. 76 76 77 BIO_get_buffer_num_lines() returns the number of lines buffered (may be 0). 77 BIO_get_buffer_num_lines() returns the number of lines buffered (may be 0) or 78 a negative value in case of errors. 78 79 79 80 BIO_set_read_buffer_size(), BIO_set_write_buffer_size() and BIO_set_buffer_size() 80 return 1 if the buffer was successfully resized or 0 for failure.81 return 1 if the buffer was successfully resized or <=0 for failure. 81 82 82 BIO_set_buffer_read_data() returns 1 if the data was set correctly or 0 if83 BIO_set_buffer_read_data() returns 1 if the data was set correctly or <=0 if 83 84 there was an error. 84 85 … … 93 94 =head1 COPYRIGHT 94 95 95 Copyright 2000-202 0The OpenSSL Project Authors. All Rights Reserved.96 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. 96 97 97 Licensed under the OpenSSL license(the "License"). You may not use98 Licensed under the Apache License 2.0 (the "License"). You may not use 98 99 this file except in compliance with the License. You can obtain a copy 99 100 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.