Searched refs:CONF_modules_load (Results 1 – 3 of 3) sorted by relevance
124 CONF_modules_load(const CONF *cnf, const char *appname, unsigned long flags) in CONF_modules_load() function190 ret = CONF_modules_load(conf, appname, flags); in CONF_modules_load_file()
169 int CONF_modules_load(const CONF *cnf, const char *appname,
1123 if (CONF_modules_load(cnf, NULL, 0) <= 0) { in load_config()