Searched refs:cfg_rep_map (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | namedconf.c | 1011 &cfg_rep_map, namedconf_clausesets 1024 "options", cfg_parse_map, cfg_print_map, cfg_doc_map, &cfg_rep_map, options_clausesets }; 1038 "view", cfg_parse_map, cfg_print_map, cfg_doc_map, &cfg_rep_map, view_clausesets }; 1050 cfg_doc_map, &cfg_rep_map, zone_clausesets }; 1061 cfg_print_map, cfg_doc_map, &cfg_rep_map, 1082 cfg_doc_map, &cfg_rep_map, key_clausesets 1115 "server", cfg_parse_netprefix_map, cfg_print_map, cfg_doc_map, &cfg_rep_map, 1150 &cfg_rep_map, channel_clausesets 1173 "logging", cfg_parse_map, cfg_print_map, cfg_doc_map, &cfg_rep_map, logging_clausesets }; 1496 "controls", cfg_parse_map, cfg_print_map, cfg_doc_map, &cfg_rep_map, [all...] |
H A D | parser.c | 119 cfg_rep_t cfg_rep_map = { "map", free_map }; variable 1550 return (ISC_TF(obj->type->rep == &cfg_rep_map)); 1559 REQUIRE(mapobj != NULL && mapobj->type->rep == &cfg_rep_map); 1574 REQUIRE(mapobj != NULL && mapobj->type->rep == &cfg_rep_map);
|
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/ |
H A D | grammar.h | 237 LIBISCCFG_EXTERNAL_DATA extern cfg_rep_t cfg_rep_map;
|
Completed in 33 milliseconds