Lines Matching defs:conf
94 CONF *conf; in NCONF_new() local
145 void NCONF_free(CONF *conf) { in NCONF_free()
155 CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
194 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
352 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section()
368 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
382 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string()
403 static char *eat_ws(CONF *conf, char *p) { in eat_ws()
410 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument
412 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric()
425 static char *scan_quote(CONF *conf, char *p) { in scan_quote()
445 static char *scan_dquote(CONF *conf, char *p) { in scan_dquote()
465 static void clear_comments(CONF *conf, char *p) { in clear_comments()
502 static int def_load_bio(CONF *conf, BIO *in, long *out_error_line) { in def_load_bio()
717 int NCONF_load(CONF *conf, const char *filename, long *out_error_line) { in NCONF_load()
732 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line) { in NCONF_load_bio()