Lines Matching defs:conf_method_st
89 struct conf_method_st struct
91 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);
100 int (*load)(CONF *conf, const char *name, long *eline);