Searched defs:conf_method_st (Results 1 – 1 of 1) sorted by relevance
89 struct conf_method_st struct91 const char *name;92 CONF *(*create)(CONF_METHOD *meth);93 int (*init)(CONF *conf);94 int (*destroy)(CONF *conf);95 int (*destroy_data)(CONF *conf);96 int (*load_bio)(CONF *conf, BIO *bp, long *eline);97 int (*dump)(const CONF *conf, BIO *bp);98 int (*is_number)(const CONF *conf, char c);99 int (*to_int)(const CONF *conf, char c);[all …]