- _CONF_add_string
int _CONF_add_string(CONF* conf, CONF_VALUE* section, CONF_VALUE* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _CONF_free_data
void _CONF_free_data(CONF* conf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _CONF_get_number
c_long _CONF_get_number(const(CONF)* conf, const(char)* section, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _CONF_get_section
CONF_VALUE* _CONF_get_section(const(CONF)* conf, const(char)* section)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _CONF_get_section_values
STACK_OF!(CONF_VALUE)* _CONF_get_section_values(const(CONF)* conf, const(char)* section)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _CONF_get_string
char* _CONF_get_string(const(CONF)* conf, const(char)* section, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _CONF_new_data
int _CONF_new_data(CONF* conf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _CONF_new_section
CONF_VALUE* _CONF_new_section(CONF* conf, const(char)* section)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.