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

#include <bio.h>

Public Attributes

int type
 
const char * name
 
int(* bwrite )(BIO *, const char *, int)
 
int(* bread )(BIO *, char *, int)
 
int(* bputs )(BIO *, const char *)
 
int(* bgets )(BIO *, char *, int)
 
long(* ctrl )(BIO *, int, long, void *)
 
int(* create )(BIO *)
 
int(* destroy )(BIO *)
 
long(* callback_ctrl )(BIO *, int, bio_info_cb)
 

Member Data Documentation

◆ bgets

int(* bio_method_st::bgets) (BIO *, char *, int)

◆ bputs

int(* bio_method_st::bputs) (BIO *, const char *)

◆ bread

int(* bio_method_st::bread) (BIO *, char *, int)

◆ bwrite

int(* bio_method_st::bwrite) (BIO *, const char *, int)

◆ callback_ctrl

long(* bio_method_st::callback_ctrl) (BIO *, int, bio_info_cb)

◆ create

int(* bio_method_st::create) (BIO *)

◆ ctrl

long(* bio_method_st::ctrl) (BIO *, int, long, void *)

◆ destroy

int(* bio_method_st::destroy) (BIO *)

◆ name

const char* bio_method_st::name

◆ type

int bio_method_st::type

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