Searched defs:conf_method_st (Results 1 – 1 of 1) sorted by relevance
21 struct conf_method_st { struct22 const char *name;23 CONF *(*create) (CONF_METHOD *meth);24 int (*init) (CONF *conf);25 int (*destroy) (CONF *conf);26 int (*destroy_data) (CONF *conf);27 int (*load_bio) (CONF *conf, BIO *bp, long *eline);28 int (*dump) (const CONF *conf, BIO *bp);29 int (*is_number) (const CONF *conf, char c);30 int (*to_int) (const CONF *conf, char c);[all …]