Searched refs:temp_value (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | config.c | 1080 const char *temp_value; in svn_config_enumerate() local 1083 make_string_from_option(&temp_value, cfg, sec, opt, NULL); in svn_config_enumerate() 1084 if (!callback(opt->name, temp_value, baton)) in svn_config_enumerate() 1114 const char *temp_value; in svn_config_enumerate2() local 1117 make_string_from_option(&temp_value, cfg, sec, opt, NULL); in svn_config_enumerate2() 1119 if (!callback(opt->name, temp_value, baton, iteration_pool)) in svn_config_enumerate2()
|