Lines Matching refs:cnf
76 const CONF *cnf) in provider_conf_params() argument
81 sect = NCONF_get_section(cnf, value); in provider_conf_params()
103 cnf)) in provider_conf_params()
140 const char *value, const CONF *cnf) in provider_conf_load() argument
153 ecmds = NCONF_get_section(cnf, value); in provider_conf_load()
219 ok = provider_conf_params(prov, NULL, NULL, value, cnf); in provider_conf_load()
269 ok = provider_conf_params(NULL, &entry, NULL, value, cnf); in provider_conf_load()
285 static int provider_conf_init(CONF_IMODULE *md, const CONF *cnf) in provider_conf_init() argument
295 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in provider_conf_init()
304 if (!provider_conf_load(NCONF_get0_libctx((CONF *)cnf), in provider_conf_init()
305 cval->name, cval->value, cnf)) in provider_conf_init()