Searched refs:section_i (Results 1 – 1 of 1) sorted by relevance
1341 apr_hash_index_t *section_i; in svn_config__write() local1346 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()