hunt-openssl ~master (2021-04-30T03:10:28Z)
Home
Dub
Repo
buf_mem_st
deimos
openssl
buffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
struct
buf_mem_st {
size_t
length
;
char
*
data
;
size_t
max
;
}
Members
Variables
data
char
*
data
;
Undocumented in source.
length
size_t
length
;
Undocumented in source.
max
size_t
max
;
Undocumented in source.
Meta
Source
See Implementation
deimos
openssl
buffer
functions
BUF_MEM_free
BUF_MEM_grow
BUF_MEM_grow_clean
BUF_MEM_new
BUF_memdup
BUF_reverse
BUF_strdup
BUF_strlcat
BUF_strlcpy
BUF_strndup
ERR_load_BUF_strings
manifest constants
BUF_F_BUF_MEMDUP
BUF_F_BUF_MEM_GROW
BUF_F_BUF_MEM_GROW_CLEAN
BUF_F_BUF_MEM_NEW
BUF_F_BUF_STRDUP
BUF_F_BUF_STRNDUP
structs
buf_mem_st