Searched refs:cfg (Results 76 - 100 of 497) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c3663 svn_config_t *cfg;
3666 cfg = config ? svn_hash_gets(config, SVN_CONFIG_CATEGORY_CONFIG) : NULL;
3667 SVN_ERR(svn_config_get_bool(cfg, &has_arg, SVN_CONFIG_SECTION_HELPERS,
3673 svn_config_get(cfg, &diff_cmd, SVN_CONFIG_SECTION_HELPERS,
3654 svn_config_t *cfg; local
H A Ddeprecated.c1361 svn_config_t *cfg,
1370 cfg, cancel_func, cancel_baton, pool));
1981 svn_config_t *cfg,
1997 cfg,
1353 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
1972 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 Dconfig_win.c115 parse_section(svn_config_t *cfg, HKEY hkey, const char *section,
158 svn_config_set(cfg, section, option->data, value->data);
171 svn_config__parse_registry(svn_config_t *cfg, const char *file,
228 svn_err = parse_section(cfg, hkey, SVN_CONFIG__DEFAULT_SECTION,
267 svn_err = parse_section(cfg, sub_hkey, section->data, option, value);
113 parse_section(svn_config_t *cfg, HKEY hkey, const char *section, svn_stringbuf_t *option, svn_stringbuf_t *value) argument
168 svn_config__parse_registry(svn_config_t *cfg, const char *file, svn_boolean_t must_exist, apr_pool_t *pool) argument
H A Dconfig_impl.h88 svn_error_t *svn_config__parse_file(svn_config_t *cfg,
105 svn_error_t *svn_config__parse_registry(svn_config_t *cfg,
H A Dconfig_file.c652 svn_config_t *cfg = baton;
653 svn_config_enumerate2(cfg, name, expand_value, NULL, pool);
663 svn_config__set_read_only(svn_config_t *cfg,
668 svn_config_enumerate_sections2(cfg, expand_values_in_section,
669 cfg, scratch_pool);
673 cfg->read_only = TRUE;
677 svn_config__is_read_only(svn_config_t *cfg)
679 return cfg->read_only;
686 svn_config_t *cfg = apr_palloc(pool, sizeof(*cfg));
650 svn_config_t *cfg = baton; local
660 svn_config__set_read_only(svn_config_t *cfg, apr_pool_t *scratch_pool) argument
674 svn_config__is_read_only(svn_config_t *cfg) argument
683 svn_config_t *cfg = apr_palloc(pool, sizeof(*cfg)); local
715 svn_config__parse_file(svn_config_t *cfg, const char *file, svn_boolean_t must_exist, apr_pool_t *result_pool) argument
[all...]
H A Dconfig.c115 svn_config_t *cfg = apr_palloc(result_pool, sizeof(*cfg));
117 cfg->sections = svn_hash__make(result_pool);
118 cfg->pool = result_pool;
119 cfg->x_pool = svn_pool_create(result_pool);
120 cfg->x_values = FALSE;
121 cfg->tmp_key = svn_stringbuf_create_empty(result_pool);
122 cfg->tmp_value = svn_stringbuf_create_empty(result_pool);
123 cfg->section_names_case_sensitive = section_names_case_sensitive;
124 cfg
112 svn_config_t *cfg = apr_palloc(result_pool, sizeof(*cfg)); local
135 svn_config_t *cfg; local
182 svn_config_t *cfg; local
293 get_category_config(svn_config_t **cfg, const char *config_dir, const char *category, apr_pool_t *pool) argument
337 svn_config_t *cfg; local
372 for_each_option(svn_config_t *cfg, void *baton, apr_pool_t *pool, svn_boolean_t callback(void *same_baton, cfg_section_t *section, cfg_option_t *option)) argument
407 svn_config_merge(svn_config_t *cfg, const char *file, svn_boolean_t must_exist) argument
445 remove_expansions(svn_config_t *cfg) argument
492 find_option(svn_config_t *cfg, const char *section, const char *option, cfg_section_t **sectionp) argument
528 make_string_from_option(const char **valuep, svn_config_t *cfg, cfg_section_t *section, cfg_option_t *opt, apr_pool_t* x_pool) argument
609 expand_option_value(svn_config_t *cfg, cfg_section_t *section, const char *opt_value, const char **opt_x_valuep, apr_pool_t *x_pool) argument
701 svn_config_addsection(svn_config_t *cfg, const char *section) argument
744 svn_config__is_expanded(svn_config_t *cfg, const char *section, const char *option) argument
773 svn_config_get(svn_config_t *cfg, const char **valuep, const char *section, const char *option, const char *default_value) argument
814 svn_config_set(svn_config_t *cfg, const char *section, const char *option, const char *value) argument
897 svn_config_get_bool(svn_config_t *cfg, svn_boolean_t *valuep, const char *section, const char *option, svn_boolean_t default_value) argument
909 svn_config_set_bool(svn_config_t *cfg, const char *section, const char *option, svn_boolean_t value) argument
918 svn_config_get_int64(svn_config_t *cfg, apr_int64_t *valuep, const char *section, const char *option, apr_int64_t default_value) argument
935 svn_config_set_int64(svn_config_t *cfg, const char *section, const char *option, apr_int64_t value) argument
945 svn_config_get_yes_no_ask(svn_config_t *cfg, const char **valuep, const char *section, const char *option, const char* default_value) argument
974 svn_config_get_tristate(svn_config_t *cfg, svn_tristate_t *valuep, const char *section, const char *option, const char *unknown_value, svn_tristate_t default_value) argument
1005 svn_config_enumerate_sections(svn_config_t *cfg, svn_config_section_enumerator_t callback, void *baton) argument
1033 svn_config_enumerate_sections2(svn_config_t *cfg, svn_config_section_enumerator2_t callback, void *baton, apr_pool_t *pool) argument
1061 svn_config_enumerate(svn_config_t *cfg, const char *section, svn_config_enumerator_t callback, void *baton) argument
1094 svn_config_enumerate2(svn_config_t *cfg, const char *section, svn_config_enumerator2_t callback, void *baton, apr_pool_t *pool) argument
1161 svn_config_find_group(svn_config_t *cfg, const char *key, const char *master_section, apr_pool_t *pool) argument
1176 svn_config_get_server_setting(svn_config_t *cfg, const char* server_group, const char* option_name, const char* default_value) argument
1283 svn_config_get_server_setting_int(svn_config_t *cfg, const char *server_group, const char *option_name, apr_int64_t default_value, apr_int64_t *result_value, apr_pool_t *pool) argument
1315 svn_config_get_server_setting_bool(svn_config_t *cfg, svn_boolean_t *valuep, const char *server_group, const char *option_name, svn_boolean_t default_value) argument
1330 svn_config_has_section(svn_config_t *cfg, const char *section) argument
1337 svn_config__write(svn_stream_t *stream, const struct svn_config_t *cfg, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dhooks.c395 svn_config_t *cfg;
409 (void)svn_config_enumerate2(b->cfg, name, parse_hooks_env_option, &bo, pool);
430 svn_config_t *cfg;
431 SVN_ERR(svn_config_read3(&cfg, local_abspath, FALSE,
433 b.cfg = cfg;
435 (void)svn_config_enumerate_sections2(cfg, parse_hooks_env_section,
394 svn_config_t *cfg; member in struct:parse_hooks_env_section_baton
429 svn_config_t *cfg; local
H A Dconfig_pool.c66 find_config(svn_config_t **cfg,
75 SVN_ERR(svn_object_pool__lookup((void **)cfg, config_pool, key,
79 if (!*cfg)
91 SVN_ERR(svn_object_pool__insert((void **)cfg, config_pool, key,
110 svn_repos__config_pool_get(svn_config_t **cfg,
124 *cfg = NULL;
128 err = svn_error_quick_wrapf(find_config(cfg, config_pool, stream,
136 if (!*cfg && !svn_path_is_url(path))
139 err = svn_config_read3(cfg, path, must_exist, FALSE, FALSE, pool);
146 if (*cfg)
64 find_config(svn_config_t **cfg, svn_repos__config_pool_t *config_pool, svn_stream_t *stream, svn_checksum_t *checksum, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
108 svn_repos__config_pool_get(svn_config_t **cfg, svn_repos__config_pool_t *config_pool, const char *path, svn_boolean_t must_exist, svn_repos_t *preferred_repos, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c381 svn_config_t *cfg;
390 cfg = config ? svn_hash_gets(config, SVN_CONFIG_CATEGORY_CONFIG) : NULL;
391 svn_config_get(cfg, &val, SVN_CONFIG_SECTION_TUNNELS, tunnel, NULL);
858 svn_config_t *cfg, *cfg_client;
896 cfg = config ? svn_hash_gets(config, SVN_CONFIG_CATEGORY_SERVERS) : NULL;
900 SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS, cfg);
380 svn_config_t *cfg; local
857 svn_config_t *cfg, *cfg_client; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dupdate.c329 svn_config_t *cfg = ctx->config
439 svn_config_get(cfg, &diff3_cmd, SVN_CONFIG_SECTION_HELPERS,
446 SVN_ERR(svn_config_get_bool(cfg, &use_commit_times,
452 svn_config_get(cfg, &preserved_exts_str, SVN_CONFIG_SECTION_MISCELLANY,
327 svn_config_t *cfg = ctx->config local
H A Dshelf.c934 svn_config_t *cfg; local
941 cfg = ctx->config ? svn_hash_gets(ctx->config, SVN_CONFIG_CATEGORY_CONFIG)
943 SVN_ERR(svn_config_get_bool(cfg, &baton.use_commit_times,
H A Drevert.c130 svn_config_t *cfg;
145 cfg = ctx->config
149 SVN_ERR(svn_config_get_bool(cfg, &use_commit_times,
128 svn_config_t *cfg; local
H A Dexternals.c456 svn_config_t *cfg = ctx->config local
468 SVN_ERR(svn_config_get_bool(cfg, &use_commit_times,
473 svn_config_get(cfg, &diff3_cmd, SVN_CONFIG_SECTION_HELPERS,
481 svn_config_get(cfg, &preserved_exts_str, SVN_CONFIG_SECTION_MISCELLANY,
H A Ddiff.c2575 svn_config_t *cfg = svn_hash_gets(config, SVN_CONFIG_CATEGORY_CONFIG);
2576 svn_config_get(cfg, &diff_cmd, SVN_CONFIG_SECTION_HELPERS,
2581 svn_config_get(cfg, &diff_extensions, SVN_CONFIG_SECTION_HELPERS,
2571 svn_config_t *cfg = svn_hash_gets(config, SVN_CONFIG_CATEGORY_CONFIG); local
H A Dadd.c643 svn_config_t *cfg = ctx->config ? svn_hash_gets(ctx->config,
654 SVN_ERR(svn_config_get_bool(cfg, &use_autoprops,
658 svn_config_enumerate2(cfg, SVN_CONFIG_SECTION_AUTO_PROPS,
641 svn_config_t *cfg = ctx->config ? svn_hash_gets(ctx->config, local
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_config.h357 * (a file or registry path) into @a *cfg, which was previously returned
359 * expansions in @a cfg, so that the next svn_config_get() takes the
363 svn_config_merge(svn_config_t *cfg,
368 /** Find the value of a (@a section, @a option) pair in @a cfg, set @a
371 * If @a cfg is @c NULL, just sets @a *valuep to @a default_value. If
379 * This function may change @a cfg by expanding option values.
382 svn_config_get(svn_config_t *cfg,
388 /** Add or replace the value of a (@a section, @a option) pair in @a cfg with
391 * This function invalidates all value expansions in @a cfg.
396 svn_config_set(svn_config_t *cfg,
[all...]
H A Dsvn_cmdline.h347 * @a cfg is the @c SVN_CONFIG_CATEGORY_CONFIG configuration, and
367 svn_config_t *cfg,
387 svn_config_t *cfg,
412 svn_config_t *cfg,
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h636 svn_config__set_read_only(svn_config_t *cfg,
641 svn_config__is_read_only(svn_config_t *cfg);
647 svn_config__is_expanded(svn_config_t *cfg,
H A Dsvn_repos_private.h224 svn_repos__config_pool_get(svn_config_t **cfg,
H A Dsvn_config_private.h122 const svn_config_t *cfg,
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_er.c1037 struct wps_config cfg; local
1042 os_memset(&cfg, 0, sizeof(cfg));
1043 cfg.wps = sta->ap->er->wps;
1044 cfg.registrar = 1;
1045 cfg.peer_addr = sta->addr;
1047 sta->wps = wps_init(&cfg);
1790 struct wps_config cfg; local
1798 os_memset(&cfg, 0, sizeof(cfg));
1973 struct wps_config cfg; local
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dview.c144 views_apply_cfg(struct views* vs, struct config_file* cfg) argument
151 if(cfg->views && !cfg->views->name) {
155 for(cv = cfg->views; cv; cv = cv->next) {
/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.h112 * @param cfg: config data.
115 int respip_global_apply_cfg(struct respip_set* set, struct config_file* cfg);
120 * @param cfg: config data.
125 int respip_views_apply_cfg(struct views* vs, struct config_file* cfg,
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_scrub.c770 } else if(!env->cfg->harden_glue && (
/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.h78 struct config_file* cfg; member in struct:daemon
151 * The cfg member pointer must have been set for the daemon.
180 * @param cfg: new config settings.
182 void daemon_apply_cfg(struct daemon* daemon, struct config_file* cfg);

Completed in 236 milliseconds

1234567891011>>