webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Macros | Typedefs | Functions
buffer.c File Reference
#include <openssl/bio.h>
#include <string.h>
#include <openssl/buf.h>
#include <openssl/err.h>
#include <openssl/mem.h>

Classes

struct  bio_f_buffer_ctx_struct
 

Macros

#define DEFAULT_BUFFER_SIZE   4096
 

Typedefs

typedef struct bio_f_buffer_ctx_struct BIO_F_BUFFER_CTX
 

Functions

const BIO_METHODBIO_f_buffer (void)
 
int BIO_set_read_buffer_size (BIO *bio, int buffer_size)
 
int BIO_set_write_buffer_size (BIO *bio, int buffer_size)
 

Macro Definition Documentation

◆ DEFAULT_BUFFER_SIZE

#define DEFAULT_BUFFER_SIZE   4096

Typedef Documentation

◆ BIO_F_BUFFER_CTX

Function Documentation

◆ BIO_f_buffer()

const BIO_METHOD* BIO_f_buffer ( void  )

◆ BIO_set_read_buffer_size()

int BIO_set_read_buffer_size ( BIO bio,
int  buffer_size 
)

◆ BIO_set_write_buffer_size()

int BIO_set_write_buffer_size ( BIO bio,
int  buffer_size 
)