Searched refs:cfg_map_nextclause (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/isccfg/tests/ |
H A D | parser_test.c | 154 ATF_TC(cfg_map_nextclause); variable 155 ATF_TC_HEAD(cfg_map_nextclause, tc) { 158 ATF_TC_BODY(cfg_map_nextclause, tc) { 171 name = cfg_map_nextclause(&cfg_type_zoneopts, &clauses, &idx); 187 ATF_TP_ADD_TC(tp, cfg_map_nextclause);
|
/bind-9.11.3/lib/isccfg/include/isccfg/ |
H A D | cfg.h | 543 cfg_map_nextclause(const cfg_type_t *map, const void **clauses,
|
/bind-9.11.3/lib/isccfg/ |
H A D | parser.c | 2139 cfg_map_nextclause(const cfg_type_t *map, const void **clauses, function
|
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 1968 option = cfg_map_nextclause(&cfg_type_zoneopts, &clauses, &i);
|
Completed in 33 milliseconds