#include "SSL_Export.h"
#include <openssl/bio.h>
Include dependency graph for SSL_Asynch_BIO.h:
This graph shows which files directly or indirectly include this file:
OpenSSL BIO Helper Methods for use with ACE's Asynchronous | |
SSL I/O support. | |
int | ACE_Asynch_BIO_write (BIO *pBIO, const char *buf, int len) |
int | ACE_Asynch_BIO_read (BIO *pBIO, char *buf, int len) |
int | ACE_Asynch_BIO_puts (BIO *pBIO, const char *str) |
long | ACE_Asynch_BIO_ctrl (BIO *pBIO, int cmd, long arg1, void *arg2) |
int | ACE_Asynch_BIO_new (BIO *pBIO) |
int | ACE_Asynch_BIO_free (BIO *pBIO) |
Ossama Othman <ossama@uci.edu>
|
|
|
|
|
|
|
|
|
|
|
|