Searched refs:sectidx (Results 1 – 1 of 1) sorted by relevance
1130 apr_hash_index_t *sectidx; in svn_config_dup() local1140 for (sectidx = apr_hash_first(pool, src->sections); in svn_config_dup()1141 sectidx != NULL; in svn_config_dup()1142 sectidx = apr_hash_next(sectidx)) in svn_config_dup()1150 apr_hash_this(sectidx, §key, §keyLength, §val); in svn_config_dup()