HomeSort by: relevance | last modified time | path
    Searched defs:voptions (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/bin/check/
named-checkconf.c 471 const cfg_obj_t *voptions; local
476 voptions = NULL;
478 voptions = cfg_tuple_get(vconfig, "options");
482 if (voptions != NULL) {
483 (void)cfg_map_get(voptions, "zone", &zonelist);
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 528 const cfg_obj_t *voptions, const cfg_obj_t *config, isc_log_t *logctx,
539 if (voptions != NULL && aclobj == NULL) {
540 cfg_map_get(voptions, aclname, &aclobj);
604 check_viewacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
622 tresult = checkacl(acls[i++], actx, NULL, voptions, config,
641 check_dns64(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
655 if (voptions != NULL) {
656 cfg_map_get(voptions, "dns64", &dns64);
771 check_ratelimit(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
787 if (voptions != NULL)
6470 const cfg_obj_t *voptions = cfg_tuple_get(view, "options"); local
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 1112 const cfg_obj_t *voptions = NULL; local
1126 voptions = cfg_tuple_get(vconfig, "options");
1127 if (voptions != NULL) {
1128 (void)cfg_map_get(voptions, "trusted-keys", &view_keys);
1131 (void)cfg_map_get(voptions, "managed-keys",
1133 (void)cfg_map_get(voptions, "trust-anchors",
1136 maps[i++] = voptions;
4180 const cfg_obj_t *voptions = NULL; local
4250 voptions = cfg_tuple_get(vconfig, "options");
4251 maps[i++] = voptions;
7883 const cfg_obj_t *options = NULL, *voptions = NULL; local
14242 const cfg_obj_t *voptions = cfg_tuple_get(cfg->vconfig, local
14540 const cfg_obj_t *voptions = cfg_tuple_get(cfg->vconfig, local
    [all...]

Completed in 33 milliseconds