Searched refs:options_i (Results 1 – 1 of 1) sorted by relevance
1342 apr_hash_index_t *options_i; in svn_config__write() local1355 for (options_i = apr_hash_first(section_pool, section->options); in svn_config__write()1356 options_i != NULL; in svn_config__write()1357 options_i = apr_hash_next(options_i)) in svn_config__write()1359 cfg_option_t *option = apr_hash_this_val(options_i); in svn_config__write()