Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c495 void *sec_ptr = get_hash_value(cfg->sections, cfg->tmp_key, section, in find_option() local
498 *sectionp = sec_ptr; in find_option()
500 if (sec_ptr != NULL && option != NULL) in find_option()
502 cfg_section_t *sec = sec_ptr; in find_option()
1017 void *sec_ptr; in svn_config_enumerate_sections() local
1020 apr_hash_this(sec_ndx, NULL, NULL, &sec_ptr); in svn_config_enumerate_sections()
1021 sec = sec_ptr; in svn_config_enumerate_sections()