Searched refs:opt_ndx (Results 1 – 1 of 1) sorted by relevance
328 apr_hash_index_t *opt_ndx; in for_each_option() local333 for (opt_ndx = apr_hash_first(pool, sec->options); in for_each_option()334 opt_ndx != NULL; in for_each_option()335 opt_ndx = apr_hash_next(opt_ndx)) in for_each_option()340 apr_hash_this(opt_ndx, NULL, NULL, &opt_ptr); in for_each_option()924 apr_hash_index_t *opt_ndx; in svn_config_enumerate() local934 for (opt_ndx = apr_hash_first(subpool, sec->options); in svn_config_enumerate()935 opt_ndx != NULL; in svn_config_enumerate()936 opt_ndx = apr_hash_next(opt_ndx)) in svn_config_enumerate()942 apr_hash_this(opt_ndx, NULL, NULL, &opt_ptr); in svn_config_enumerate()[all …]