Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c1341 apr_hash_index_t *section_i; in svn_config__write() local
1346 for (section_i = apr_hash_first(scratch_pool, cfg->sections); in svn_config__write()
1347 section_i != NULL; in svn_config__write()
1348 section_i = apr_hash_next(section_i)) in svn_config__write()
1350 cfg_section_t *section = apr_hash_this_val(section_i); in svn_config__write()