webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
bio_st Struct Reference

#include <bio.h>

Public Attributes

const BIO_METHODmethod
 
long(* callback )(BIO *, int, const char *, int, long, long)
 
char * cb_arg
 
int init
 
int shutdown
 
int flags
 
int retry_reason
 
int num
 
CRYPTO_refcount_t references
 
voidptr
 
BIOnext_bio
 
size_t num_read
 
size_t num_write
 

Member Data Documentation

◆ callback

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

◆ cb_arg

char* bio_st::cb_arg

◆ flags

int bio_st::flags

◆ init

int bio_st::init

◆ method

const BIO_METHOD* bio_st::method

◆ next_bio

BIO* bio_st::next_bio

◆ num

int bio_st::num

◆ num_read

size_t bio_st::num_read

◆ num_write

size_t bio_st::num_write

◆ ptr

void* bio_st::ptr

◆ references

CRYPTO_refcount_t bio_st::references

◆ retry_reason

int bio_st::retry_reason

◆ shutdown

int bio_st::shutdown

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