OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
bio_st Struct Reference

#include <bio.h>

Public Attributes

BIO_METHODmethod
 
long(* callback )(struct bio_st *, int, const char *, int, long, long)
 
char * cb_arg
 
int init
 
int shutdown
 
int flags
 
int retry_reason
 
int num
 
voidptr
 
struct bio_stnext_bio
 
struct bio_stprev_bio
 
int references
 
unsigned long num_read
 
unsigned long num_write
 
CRYPTO_EX_DATA ex_data
 

Detailed Description

Definition at line 301 of file bio.h.

Member Data Documentation

long(* bio_st::callback)(struct bio_st *, int, const char *, int, long, long)

Definition at line 305 of file bio.h.

char * bio_st::cb_arg

Definition at line 306 of file bio.h.

CRYPTO_EX_DATA bio_st::ex_data

Definition at line 320 of file bio.h.

int bio_st::flags

Definition at line 310 of file bio.h.

int bio_st::init

Definition at line 308 of file bio.h.

BIO_METHOD * bio_st::method

Definition at line 303 of file bio.h.

struct bio_st * bio_st::next_bio

Definition at line 314 of file bio.h.

int bio_st::num

Definition at line 312 of file bio.h.

unsigned long bio_st::num_read

Definition at line 317 of file bio.h.

unsigned long bio_st::num_write

Definition at line 318 of file bio.h.

struct bio_st * bio_st::prev_bio

Definition at line 315 of file bio.h.

void * bio_st::ptr

Definition at line 313 of file bio.h.

int bio_st::references

Definition at line 316 of file bio.h.

int bio_st::retry_reason

Definition at line 311 of file bio.h.

int bio_st::shutdown

Definition at line 309 of file bio.h.


The documentation for this struct was generated from the following files: