- BUF_MEM_free
void BUF_MEM_free(BUF_MEM* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BUF_MEM_grow
int BUF_MEM_grow(BUF_MEM* str, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BUF_MEM_grow_clean
int BUF_MEM_grow_clean(BUF_MEM* str, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BUF_MEM_new
BUF_MEM* BUF_MEM_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BUF_memdup
void* BUF_memdup(const(void)* data, size_t siz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BUF_reverse
void BUF_reverse(ubyte* out_, const(ubyte)* in_, size_t siz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BUF_strdup
char* BUF_strdup(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BUF_strlcat
size_t BUF_strlcat(char* dst, const(char)* src, size_t siz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BUF_strlcpy
size_t BUF_strlcpy(char* dst, const(char)* src, size_t siz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- BUF_strndup
char* BUF_strndup(const(char)* str, size_t siz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ERR_load_BUF_strings
void ERR_load_BUF_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.