[#BIO_f_buffer] = BIO_f_buffer :mrdocs: Return the BIO filter method that buffers reads and writes to the next BIO. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[BIO_METHOD] const* BIO_f_buffer(); ---- == Return Value Pointer to the buffer filter method used with BIO_new(). [.small]#Created with https://www.mrdocs.com[MrDocs]#