Lines Matching refs:ctmp
132 CONF ctmp; in LHASH_OF() local
135 CONF_set_nconf(&ctmp, conf); in LHASH_OF()
137 ret = NCONF_load_bio(&ctmp, bp, eline); in LHASH_OF()
139 return ctmp.data; in LHASH_OF()
152 CONF ctmp; in STACK_OF() local
153 CONF_set_nconf(&ctmp, conf); in STACK_OF()
154 return NCONF_get_section(&ctmp, section); in STACK_OF()
167 CONF ctmp; in CONF_get_string() local
168 CONF_set_nconf(&ctmp, conf); in CONF_get_string()
169 return NCONF_get_string(&ctmp, group, name); in CONF_get_string()
185 CONF ctmp; in CONF_get_number() local
186 CONF_set_nconf(&ctmp, conf); in CONF_get_number()
187 status = NCONF_get_number_e(&ctmp, group, name, &result); in CONF_get_number()
200 CONF ctmp; in CONF_free() local
201 CONF_set_nconf(&ctmp, conf); in CONF_free()
202 NCONF_free_data(&ctmp); in CONF_free()
223 CONF ctmp; in CONF_dump_bio() local
224 CONF_set_nconf(&ctmp, conf); in CONF_dump_bio()
225 return NCONF_dump_bio(&ctmp, out); in CONF_dump_bio()