buf_mem_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct buf_mem_st
  2. struct buf_mem_st
    extern (C) @system nothrow
    static if(!(OPENSSL_VERSION_AT_LEAST(1, 1, 0)))
    struct buf_mem_st {}

Members

Variables

data
char* data;
Undocumented in source.
length
size_t length;
Undocumented in source.
max
size_t max;
Undocumented in source.

Meta