bio_f_null.pod
来自「开源的ssl算法openssl,版本0.9.8H」· POD 代码 · 共 33 行
POD
33 行
=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 + =
减小字号Ctrl + -
显示快捷键?