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