Lines Matching defs:conf
71 CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf()
149 CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, in CONF_get_string()
162 CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, in CONF_get_number()
184 CONF_free(LHASH_OF(CONF_VALUE) *conf) in CONF_free()
193 CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) in CONF_dump_fp()
208 CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out) in CONF_dump_bio()
240 NCONF_free(CONF *conf) in NCONF_free()
248 NCONF_free_data(CONF *conf) in NCONF_free_data()
256 NCONF_load(CONF *conf, const char *file, long *eline) in NCONF_load()
267 NCONF_load_fp(CONF *conf, FILE *fp, long *eline) in NCONF_load_fp()
282 NCONF_load_bio(CONF *conf, BIO *bp, long *eline) in NCONF_load_bio()
309 NCONF_get_string(const CONF *conf, const char *group, const char *name) in NCONF_get_string()
329 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, in NCONF_get_number_e()
353 NCONF_dump_fp(const CONF *conf, FILE *out) in NCONF_dump_fp()
367 NCONF_dump_bio(const CONF *conf, BIO *out) in NCONF_dump_bio()