⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bio_f_null.pod

📁 开源的ssl算法openssl,版本0.9.8H
💻 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 + -