Lines Matching refs:ctmp
87 CONF ctmp;
90 CONF_set_nconf(&ctmp, conf);
92 ret = NCONF_load_bio(&ctmp, bp, eline);
94 return ctmp.data;
104 CONF ctmp;
106 CONF_set_nconf(&ctmp, conf);
107 return NCONF_get_section(&ctmp, section);
117 CONF ctmp;
119 CONF_set_nconf(&ctmp, conf);
120 return NCONF_get_string(&ctmp, group, name);
134 CONF ctmp;
136 CONF_set_nconf(&ctmp, conf);
137 status = NCONF_get_number_e(&ctmp, group, name, &result);
145 CONF ctmp;
146 CONF_set_nconf(&ctmp, conf);
147 NCONF_free_data(&ctmp);
168 CONF ctmp;
170 CONF_set_nconf(&ctmp, conf);
171 return NCONF_dump_bio(&ctmp, out);