📄 bio_f_null.pod
字号:
=pod=head1 NAMEBIO_f_null - null filter=head1 SYNOPSIS #include <openssl/bio.h> BIO_METHOD * BIO_f_null(void);=head1 DESCRIPTIONBIO_f_null() returns the null filter BIO method. This is a filter BIOthat does nothing.All requests to a null filter BIO are passed through to the next BIO inthe chain: this means that a BIO chain containing a null filter BIObehaves just as though the BIO was not there.=head1 NOTESAs may be apparent a null filter BIO is not particularly useful.=head1 RETURN VALUESBIO_f_null() returns the null filter BIO method.=head1 SEE ALSOTBA
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -