libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
buf_mem_st
libressl_d
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 @
nogc
struct
buf_mem_st {
size_t
length_
;
char
*
data
;
size_t
max
;
}
Members
Variables
data
char
*
data
;
Undocumented in source.
length_
size_t
length_
;
current number of bytes
max
size_t
max
;
size of buffer
Meta
Source
See Implementation
libressl_d
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