Public Attributes | List of all members
bio_method_st Struct Reference

#include <bio.h>

Public Attributes

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

Detailed Description

Definition at line 808 of file bio.h.

Member Data Documentation

◆ bgets

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

Definition at line 815 of file bio.h.

◆ bputs

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

Definition at line 814 of file bio.h.

◆ bread

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

Definition at line 812 of file bio.h.

◆ bwrite

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

Definition at line 811 of file bio.h.

◆ callback_ctrl

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

Definition at line 819 of file bio.h.

◆ create

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

Definition at line 817 of file bio.h.

◆ ctrl

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

Definition at line 816 of file bio.h.

◆ destroy

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

Definition at line 818 of file bio.h.

◆ name

const char* bio_method_st::name

Definition at line 810 of file bio.h.

◆ type

int bio_method_st::type

Definition at line 809 of file bio.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:41