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

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c317 svn_config_enumerate2(b->config, section_name,
358 svn_config_enumerate2(cfg, qualified_path,
370 svn_config_enumerate2(cfg, path, authz_parse_line, &baton, pool);
427 svn_config_enumerate2(b->config, section_name,
461 /* We could have used svn_config_enumerate2 for "repos_name:/".
720 svn_config_enumerate2(b->config, name, authz_validate_group,
724 svn_config_enumerate2(b->config, name, authz_validate_alias,
744 svn_config_enumerate2(b->config, name, authz_validate_rule,
934 svn_config_enumerate2(groups_cfg, SVN_CONFIG_SECTION_GROUPS,
H A Dhooks.c409 (void)svn_config_enumerate2(b->cfg, name, parse_hooks_env_option, &bo, pool);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache-memcache.c519 entry-counting return value of svn_config_enumerate2. */
538 svn_config_enumerate2(config,
567 svn_config_enumerate2(config,
H A Dconfig.c970 svn_config_enumerate2(svn_config_t *cfg, const char *section,
1051 (void) svn_config_enumerate2(cfg, master_section, search_groups, &gb, pool);
957 svn_config_enumerate2(svn_config_t *cfg, const char *section, function
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_config.h495 * ### See kff's comment to svn_config_enumerate2(). It applies to this
517 /** Similar to svn_config_enumerate2(), but uses a memory pool of
532 * See svn_config_enumerate2() for the details of this type.
560 svn_config_enumerate2(svn_config_t *cfg,
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dadd.c655 svn_config_enumerate2(cfg, SVN_CONFIG_SECTION_AUTO_PROPS,

Completed in 124 milliseconds