Home
last modified time | relevance | path

Searched refs:x_pool (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_subr/
HDconfig.c89 cfg->x_pool = svn_pool_create(result_pool); in svn_config_create2()
401 for_each_option(cfg, NULL, cfg->x_pool, rmex_callback); in remove_expansions()
402 svn_pool_clear(cfg->x_pool); in remove_expansions()
467 apr_pool_t *x_pool);
475 apr_pool_t* x_pool) in make_string_from_option() argument
485 apr_pool_t *tmp_pool = (x_pool ? x_pool : svn_pool_create(cfg->x_pool)); in make_string_from_option()
490 if (!x_pool) in make_string_from_option()
495 opt->x_value = apr_pstrmemdup(cfg->x_pool, opt->x_value, in make_string_from_option()
528 apr_pool_t *x_pool) in expand_option_value() argument
549 char *name = apr_pstrmemdup(x_pool, name_start, len); in expand_option_value()
[all …]
HDconfig_impl.h55 apr_pool_t *x_pool; member