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

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dauth.h41 const char *config_dir,
H A Dssl_server_trust_providers.c60 const char *config_dir;
67 config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR);
70 realmstring, config_dir, pool);
124 const char *config_dir;
129 config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR);
144 config_dir,
59 const char *config_dir; local
123 const char *config_dir; local
H A Dconfig_auth.c47 const char *config_dir,
56 SVN_ERR(svn_config_get_user_config_path(&authdir_path, config_dir,
81 const char *config_dir,
89 SVN_ERR(svn_auth__file_path(&auth_path, cred_kind, realmstring, config_dir,
125 const char *config_dir,
132 SVN_ERR(svn_auth__file_path(&auth_path, cred_kind, realmstring, config_dir,
165 svn_config_walk_auth_data(const char *config_dir,
198 SVN_ERR(svn_auth__file_path(&item_path, cred_kinds[i], "!", config_dir,
43 svn_auth__file_path(const char **path, const char *cred_kind, const char *realmstring, const char *config_dir, apr_pool_t *pool) argument
77 svn_config_read_auth_data(apr_hash_t **hash, const char *cred_kind, const char *realmstring, const char *config_dir, apr_pool_t *pool) argument
121 svn_config_write_auth_data(apr_hash_t *hash, const char *cred_kind, const char *realmstring, const char *config_dir, apr_pool_t *pool) argument
164 svn_config_walk_auth_data(const char *config_dir, svn_config_auth_walk_func_t walk_func, void *walk_baton, apr_pool_t *scratch_pool) argument
H A Dusername_providers.c61 const char *config_dir = svn_hash_gets(parameters,
79 realmstring, config_dir, pool);
119 const char *config_dir;
127 config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR);
134 realmstring, config_dir, pool);
58 const char *config_dir = svn_hash_gets(parameters, local
116 const char *config_dir; local
H A Dsimple_providers.c148 const char *config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR);
176 realmstring, config_dir, pool);
315 const char *config_dir;
335 config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR);
474 realmstring, config_dir, pool);
597 const char *config_dir = svn_hash_gets(parameters,
604 realmstring, config_dir, pool);
145 const char *config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR); local
312 const char *config_dir; local
592 const char *config_dir = svn_hash_gets(parameters, local
H A Dssl_client_cert_pw_providers.c133 const char *config_dir = svn_hash_gets(parameters,
139 realmstring, config_dir, pool);
178 const char *config_dir;
194 config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR);
319 realmstring, config_dir, pool);
132 const char *config_dir = svn_hash_gets(parameters, local
177 const char *config_dir; local
H A Dconfig_file.c602 svn_config_ensure(const char *config_dir, apr_pool_t *pool)
609 SVN_ERR(svn_config_get_user_config_path(&path, config_dir, NULL, pool));
650 (&path, config_dir, SVN_CONFIG__USR_README_FILE, pool));
808 (&path, config_dir, SVN_CONFIG_CATEGORY_SERVERS, pool));
1031 (&path, config_dir, SVN_CONFIG_CATEGORY_CONFIG, pool));
1246 const char *config_dir,
1254 if (config_dir)
1256 *path = svn_dirent_join_many(pool, config_dir, fname, NULL);
598 svn_config_ensure(const char *config_dir, apr_pool_t *pool) argument
1241 svn_config_get_user_config_path(const char **path, const char *config_dir, const char *fname, apr_pool_t *pool) argument
H A Dconfig.c251 const char *config_dir,
261 if (! config_dir)
282 SVN_ERR(svn_config_get_user_config_path(&usr_cfg_path, config_dir, category,
291 const char *config_dir,
298 SVN_ERR(get_category_config(&cfg, config_dir, SVN_CONFIG_CATEGORY_SERVERS,
305 SVN_ERR(get_category_config(&cfg, config_dir, SVN_CONFIG_CATEGORY_CONFIG,
247 get_category_config(svn_config_t **cfg, const char *config_dir, const char *category, apr_pool_t *pool) argument
287 svn_config_get_config(apr_hash_t **cfg_hash, const char *config_dir, apr_pool_t *pool) argument
H A Dcmdline.c461 const char *config_dir,
488 pb->config_dir = config_dir;
610 if (config_dir)
612 config_dir);
457 svn_cmdline_create_auth_baton(svn_auth_baton_t **ab, svn_boolean_t non_interactive, const char *auth_username, const char *auth_password, const char *config_dir, svn_boolean_t no_auth_cache, svn_boolean_t trust_server_cert, svn_config_t *cfg, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
H A Ddeprecated.c923 const char *config_dir,
933 config_dir, no_auth_cache, FALSE,
917 svn_cmdline_setup_auth_baton(svn_auth_baton_t **ab, svn_boolean_t non_interactive, const char *auth_username, const char *auth_password, const char *config_dir, svn_boolean_t no_auth_cache, svn_config_t *cfg, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
H A Dprompt.c825 SVN_ERR(svn_config_get_user_config_path(&config_path, pb->config_dir,
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_cmdline.h172 const char *config_dir;
323 * @a non_interactive, @a username, @a password, @a config_dir,
340 const char *config_dir,
366 const char *config_dir,
171 const char *config_dir; member in struct:svn_cmdline_prompt_baton2_t
H A Dsvn_config.h205 * into the hash @a *cfg_hash. If @a config_dir is not NULL it specifies a
220 const char *config_dir,
639 * temporary allocation. If @a config_dir is not @c NULL it specifies a
652 svn_config_ensure(const char *config_dir,
676 * If @a config_dir is not NULL it specifies a directory from which to
690 const char *config_dir,
695 * the file. If @a config_dir is not NULL it specifies a directory to read
709 const char *config_dir,
743 * under @a config_dir. If the callback sets its delete_cred return
746 * If @a config_dir i
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c350 const char *config_dir,
362 SVN_ERR(svn_config_ensure(config_dir, pool));
365 SVN_ERR(svn_config_get_config(&(ctx->config), config_dir, pool));
418 username, password, config_dir,
844 const char *config_dir = NULL;
949 config_dir = opt_arg;
1150 config_dir,
344 init_client_context(svn_client_ctx_t **ctx_p, svn_boolean_t non_interactive, const char *username, const char *password, const char *config_dir, const char *repos_url, svn_boolean_t no_auth_cache, svn_boolean_t trust_server_cert, apr_array_header_t *config_options, apr_pool_t *pool) argument
842 const char *config_dir = NULL; local
/freebsd-10.3-release/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c110 const char *config_dir,
121 username, password, config_dir,
729 const char *config_dir,
750 SVN_ERR(svn_config_get_config(&config, config_dir, pool));
777 SVN_ERR(create_ra_callbacks(&ra_callbacks, username, password, config_dir,
1087 const char *config_dir = NULL; local
1177 err = svn_utf_cstring_to_utf8(&config_dir, arg, pool);
1452 config_dir, config_options, non_interactive,
107 create_ra_callbacks(svn_ra_callbacks2_t **callbacks, const char *username, const char *password, const char *config_dir, svn_config_t *cfg_config, svn_boolean_t non_interactive, svn_boolean_t trust_server_cert, svn_boolean_t no_auth_cache, apr_pool_t *pool) argument
724 execute(const apr_array_header_t *actions, const char *anchor, apr_hash_t *revprops, const char *username, const char *password, const char *config_dir, const apr_array_header_t *config_options, svn_boolean_t non_interactive, svn_boolean_t trust_server_cert, svn_boolean_t no_auth_cache, svn_revnum_t base_revision, apr_pool_t *pool) argument
/freebsd-10.3-release/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c260 const char *config_dir; member in struct:opt_baton_t
2007 opt_baton.config_dir = svn_dirent_internal_style(path_utf8, pool);
2159 err = svn_config_ensure(opt_baton.config_dir, pool);
2229 err = svn_config_get_config(&opt_baton.config, opt_baton.config_dir, pool);
2277 opt_baton.config_dir,
2288 opt_baton.config_dir,
/freebsd-10.3-release/contrib/subversion/subversion/svn/
H A Dcl.h210 const char *config_dir; /* over-riding configuration directory */
206 const char *config_dir; /* over-riding configuration directory */ member in struct:svn_cl__opt_state_t
H A Dsvn.c2144 opt_state.config_dir = svn_dirent_internal_style(path_utf8, pool);
2329 SVN_INT_ERR(svn_config_ensure(opt_state.config_dir, pool));
2520 err = svn_config_get_config(&cfg_hash, opt_state.config_dir, pool);
2827 opt_state.config_dir,
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_config.c186 ni_id config_dir; /* ID config dir */ member in struct:netinfo_config_state
4982 ni_id config_dir; local
4987 while ((status = ni_pathsearch(domain, &config_dir, NETINFO_CONFIG_DIR)) == NI_NODIR) {
5003 config->config_dir = config_dir;
5057 &config->config_dir, current_prop.text,
/freebsd-10.3-release/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c525 const char *config_dir; /* Overriding Configuration Directory */
2166 opt_state.config_dir =
523 const char *config_dir; /* Overriding Configuration Directory */ member in struct:svnadmin_opt_state

Completed in 164 milliseconds