- create
ExternC!(CONF* function(CONF_METHOD* meth)) create;
Undocumented in source.
- destroy
ExternC!(int function(CONF* conf)) destroy;
Undocumented in source.
- destroy_data
ExternC!(int function(CONF* conf)) destroy_data;
Undocumented in source.
- dump
ExternC!(int function(const(CONF)* conf, BIO* bp)) dump;
Undocumented in source.
- init_
ExternC!(int function(CONF* conf)) init_;
Undocumented in source.
- is_number
ExternC!(int function(const(CONF)* conf, char c)) is_number;
Undocumented in source.
- load
ExternC!(int function(CONF* conf, const(char)* name, c_long* eline)) load;
Undocumented in source.
- load_bio
ExternC!(int function(CONF* conf, BIO* bp, c_long* eline)) load_bio;
Undocumented in source.
- name
const(char)* name;
Undocumented in source.
- to_int
ExternC!(int function(const(CONF)* conf, char c)) to_int;
Undocumented in source.