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

📄 ssl_get_rbio.pod

📁 开源的ssl算法openssl,版本0.9.8H
💻 POD
字号:
=pod=head1 NAMESSL_get_rbio - get BIO linked to an SSL object=head1 SYNOPSIS #include <openssl/ssl.h> BIO *SSL_get_rbio(SSL *ssl); BIO *SSL_get_wbio(SSL *ssl);=head1 DESCRIPTIONSSL_get_rbio() and SSL_get_wbio() return pointers to the BIOs for theread or the write channel, which can be different. The reference countof the BIO is not incremented.=head1 RETURN VALUESThe following return values can occur:=over 4=item NULLNo BIO was connected to the SSL object=item Any other pointerThe BIO linked to B<ssl>.=back=head1 SEE ALSOL<SSL_set_bio(3)|SSL_set_bio(3)>, L<ssl(3)|ssl(3)> , L<bio(3)|bio(3)>=cut

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -