bio_st Struct Reference

#include <
bio.h>

Data Fields

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
void * ptr
bio_stnext_bio
bio_stprev_bio
int references
unsigned long num_read
unsigned long num_write
CRYPTO_EX_DATA ex_data

Field Documentation

long(* bio_st::callback)(struct bio_st *, int, const char *, int, long, long)
 
char* bio_st::cb_arg
 
CRYPTO_EX_DATA bio_st::ex_data
 
int bio_st::flags
 
int bio_st::init
 
BIO_METHOD* bio_st::method
 
struct bio_st* bio_st::next_bio
 
int bio_st::num
 
unsigned long bio_st::num_read
 
unsigned long bio_st::num_write
 
struct bio_st* bio_st::prev_bio
 
void* bio_st::ptr
 
int bio_st::references
 
int bio_st::retry_reason
 
int bio_st::shutdown
 

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

Copyright © Nokia Corporation 2001-2008
Back to top