Searched defs:conf_method_st (Results 1 – 1 of 1) sorted by relevance
37 struct conf_method_st { struct38 const char *name;39 CONF *(*create) (CONF_METHOD *meth);40 int (*init) (CONF *conf);41 int (*destroy) (CONF *conf);42 int (*destroy_data) (CONF *conf);43 int (*load_bio) (CONF *conf, BIO *bp, long *eline);44 int (*dump) (const CONF *conf, BIO *bp);45 int (*is_number) (const CONF *conf, char c);46 int (*to_int) (const CONF *conf, char c);[all …]