[#BIO_f_linebuffer] = BIO_f_linebuffer :mrdocs: Return the BIO_METHOD for a line‐buffering filter BIO. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[BIO_METHOD] const* BIO_f_linebuffer(); ---- == Return Value Pointer to the static linebuffer filter method. [.small]#Created with https://www.mrdocs.com[MrDocs]#