Searched refs:make_string_from_option (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c525 /* Has a bi-directional dependency with make_string_from_option(). */
535 make_string_from_option(const char **valuep, svn_config_t *cfg,
648 make_string_from_option() as an indication of when it
650 make_string_from_option(&cstring, cfg, section, x_opt, x_pool);
792 make_string_from_option(valuep, cfg, sec, opt, NULL);
1096 make_string_from_option(&temp_value, cfg, sec, opt, NULL);
1130 make_string_from_option(&temp_value, cfg, sec, opt, NULL);
528 make_string_from_option(const char **valuep, svn_config_t *cfg, function

Completed in 114 milliseconds