Defines |
|
#define | BIO_CB_FREE |
| | Indicates that the BIO callback function was called during an execution of BIO_free().
|
|
#define | BIO_CB_READ |
| | Indicates that the BIO callback function was called during an execution of BIO_read().
|
|
#define | BIO_CB_WRITE |
| | Indicates that the BIO callback function was called during an execution of BIO_write().
|
|
#define | BIO_CB_PUTS |
| | Indicates that the BIO callback function was called during an execution of BIO_puts().
|
|
#define | BIO_CB_GETS |
| | Indicates that the BIO callback function was called during an execution of BIO_gets().
|
|
#define | BIO_CB_CTRL |
| | Indicates that the BIO callback function was called during an execution of BIO_ctrl().
|
|
#define | BIO_CB_FUNC_MASK |
| | Used to mask the function number of the command.
|
| #define | BIO_CB_RETURN |
| | Indicates that the BIO callback function was called after the execution of the underlying operation, rather than before. More...
|