Lines Matching defs:conf
107 CONF *conf; in NCONF_new() local
158 void NCONF_free(CONF *conf) { in NCONF_free()
168 static CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
207 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
373 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section()
389 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
403 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string()
424 static char *eat_ws(CONF *conf, char *p) { in eat_ws()
431 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument
433 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric()
446 static char *scan_quote(CONF *conf, char *p) { in scan_quote()
466 static char *scan_dquote(CONF *conf, char *p) { in scan_dquote()
486 static void clear_comments(CONF *conf, char *p) { in clear_comments()
523 static int def_load_bio(CONF *conf, BIO *in, long *out_error_line) { in def_load_bio()
738 int NCONF_load(CONF *conf, const char *filename, long *out_error_line) { in NCONF_load()
753 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line) { in NCONF_load_bio()