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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dctx.c100 apr_hash_t *cfg_hash,
118 public_ctx->config = cfg_hash;
120 if (cfg_hash)
121 cfg_config = svn_hash_gets(cfg_hash, SVN_CONFIG_CATEGORY_CONFIG);
97 svn_client_create_context2(svn_client_ctx_t **ctx, apr_hash_t *cfg_hash, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c336 svn_config_get_config(apr_hash_t **cfg_hash,
341 *cfg_hash = svn_hash__make(pool);
345 svn_hash_sets(*cfg_hash, SVN_CONFIG_CATEGORY_SERVERS, cfg);
349 svn_hash_sets(*cfg_hash, SVN_CONFIG_CATEGORY_CONFIG, cfg);
355 svn_config__get_default_config(apr_hash_t **cfg_hash,
359 *cfg_hash = svn_hash__make(pool);
362 svn_hash_sets(*cfg_hash, SVN_CONFIG_CATEGORY_CONFIG, empty_cfg);
365 svn_hash_sets(*cfg_hash, SVN_CONFIG_CATEGORY_SERVERS, empty_cfg);
1267 svn_config_copy_config(apr_hash_t **cfg_hash,
1273 *cfg_hash
333 svn_config_get_config(apr_hash_t **cfg_hash, const char *config_dir, apr_pool_t *pool) argument
352 svn_config__get_default_config(apr_hash_t **cfg_hash, apr_pool_t *pool) argument
1252 svn_config_copy_config(apr_hash_t **cfg_hash, apr_hash_t *src_hash, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c528 apr_hash_t *cfg_hash; local
716 err = svn_config_get_config(&cfg_hash, config_dir, pool);
727 SVN_ERR(svn_config__get_default_config(&cfg_hash, pool));
736 svn_cmdline__apply_config_options(cfg_hash, config_options,
746 SVN_ERR(svn_client_create_context2(&ctx, cfg_hash, pool));
748 cfg_config = svn_hash_gets(cfg_hash, SVN_CONFIG_CATEGORY_CONFIG);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_config.h242 * into the hash @a *cfg_hash. If @a config_dir is not NULL it specifies a
249 * @a *cfg_hash is a hash whose keys are @c const char * configuration
256 svn_config_get_config(apr_hash_t **cfg_hash,
904 * it in @a cfg_hash, allocating the memory in @a pool.
909 svn_config_copy_config(apr_hash_t **cfg_hash,
H A Dsvn_client.h1091 * represents a particular instance of an svn client. @a cfg_hash is used
1093 * remain valid for the lifetime of the object. @a cfg_hash may be @c NULL,
1108 apr_hash_t *cfg_hash,
1112 /** Similar to svn_client_create_context2 but passes a NULL @a cfg_hash.
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dsvn.c2049 apr_hash_t *cfg_hash;
2901 err = svn_config_get_config(&cfg_hash, opt_state.config_dir, pool);
2912 SVN_ERR(svn_config__get_default_config(&cfg_hash, pool));
2977 svn_cmdline__apply_config_options(cfg_hash,
2982 cfg_config = svn_hash_gets(cfg_hash, SVN_CONFIG_CATEGORY_CONFIG);
3013 SVN_ERR(svn_client_create_context2(&ctx, cfg_hash, pool));
2045 apr_hash_t *cfg_hash; local
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h680 svn_config__get_default_config(apr_hash_t **cfg_hash,

Completed in 106 milliseconds