bio_f_buffer_ctx_struct

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

ibuf
char* ibuf;

the char array

ibuf_len
int ibuf_len;

how many bytes are in it

ibuf_off
int ibuf_off;

write/read offset

ibuf_size
int ibuf_size;

how big is the input buffer

obuf
char* obuf;

the char array

obuf_len
int obuf_len;

how many bytes are in it

obuf_off
int obuf_off;

write/read offset

obuf_size
int obuf_size;

how big is the output buffer

Meta