Searched refs:cfg_rep_list (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isccfg/
H A Dnamedconf.c205 cfg_print_bracketed_list, cfg_doc_bracketed_list, &cfg_rep_list, &cfg_type_namesockaddrkey
252 &cfg_rep_list, &cfg_type_astring
286 &cfg_rep_list, &cfg_type_grant
413 &cfg_rep_list, &cfg_type_sockaddr
418 &cfg_rep_list, &cfg_type_rrsetorderingelement
430 "keylist", cfg_parse_bracketed_list, cfg_print_bracketed_list, cfg_doc_bracketed_list, &cfg_rep_list,
435 "trusted-keys", cfg_parse_bracketed_list, cfg_print_bracketed_list, cfg_doc_bracketed_list, &cfg_rep_list,
629 &cfg_rep_list, &cfg_type_portrange
727 cfg_doc_bracketed_list, &cfg_rep_list, &cfg_type_qstring };
733 doc_optional_keyvalue, &cfg_rep_list,
[all...]
H A Dparser.c120 cfg_rep_t cfg_rep_list = { "list", free_list }; variable
134 "implicitlist", NULL, print_list, NULL, &cfg_rep_list, NULL };
373 "filelist", NULL, print_list, NULL, &cfg_rep_list,
1096 return (ISC_TF(obj->type->rep == &cfg_rep_list));
1101 REQUIRE(obj == NULL || obj->type->rep == &cfg_rep_list);
1666 &cfg_rep_list, NULL
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h238 LIBISCCFG_EXTERNAL_DATA extern cfg_rep_t cfg_rep_list;

Completed in 259 milliseconds