OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
bf_lbuf.c File Reference
#include <stdio.h>
#include <errno.h>
#include "cryptlib.h"
#include <openssl/bio.h>
#include <openssl/evp.h>

Go to the source code of this file.

Classes

struct  bio_linebuffer_ctx_struct
 

Macros

#define DEFAULT_LINEBUFFER_SIZE   1024*10
 

Typedefs

typedef struct
bio_linebuffer_ctx_struct 
BIO_LINEBUFFER_CTX
 

Functions

BIO_METHODBIO_f_linebuffer (void)
 

Macro Definition Documentation

#define DEFAULT_LINEBUFFER_SIZE   1024*10

Definition at line 75 of file bf_lbuf.c.

Typedef Documentation

Function Documentation

BIO_METHOD* BIO_f_linebuffer ( void  )

Definition at line 93 of file bf_lbuf.c.