#include <assert.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/crypto.h>
#include "e_os.h"
Go to the source code of this file.
#define SSIZE_MAX INT_MAX |
size_t BIO_ctrl_get_read_request |
( |
BIO * |
bio | ) |
|
size_t BIO_ctrl_get_write_guarantee |
( |
BIO * |
bio | ) |
|
int BIO_ctrl_reset_read_request |
( |
BIO * |
bio | ) |
|
int BIO_new_bio_pair |
( |
BIO ** |
bio1_p, |
|
|
size_t |
writebuf1, |
|
|
BIO ** |
bio2_p, |
|
|
size_t |
writebuf2 |
|
) |
| |
int BIO_nread |
( |
BIO * |
bio, |
|
|
char ** |
buf, |
|
|
int |
num |
|
) |
| |
int BIO_nread0 |
( |
BIO * |
bio, |
|
|
char ** |
buf |
|
) |
| |
int BIO_nwrite |
( |
BIO * |
bio, |
|
|
char ** |
buf, |
|
|
int |
num |
|
) |
| |
int BIO_nwrite0 |
( |
BIO * |
bio, |
|
|
char ** |
buf |
|
) |
| |