74 if (default_CONF_method == NULL)
77 default_CONF_method->
init(conf);
86 default_CONF_method = meth;
96 #ifdef OPENSSL_SYS_VMS
107 ltmp = CONF_load_bio(conf, in, eline);
113 #ifndef OPENSSL_NO_FP_API
123 ltmp = CONF_load_bio(conf, btmp, eline);
154 return NCONF_get_section(&ctmp, section);
205 #ifndef OPENSSL_NO_FP_API
273 return conf->
meth->
load(conf, file, eline);
276 #ifndef OPENSSL_NO_FP_API
317 return _CONF_get_section_values(conf, section);
358 *result = (*result)*10 + conf->
meth->
to_int(conf, *str);
365 #ifndef OPENSSL_NO_FP_API