Searched defs:maps (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/bin/named/ |
H A D | tsigconf.c | 138 const cfg_obj_t *maps[3]; local 148 maps[i++] = config; 150 maps[i++] = cfg_tuple_get(vconfig, "options"); 151 maps[i] = NULL; 158 if (maps[i] == NULL) 161 result = cfg_map_get(maps[i], "key", &keylist);
|
H A D | config.c | 311 ns_config_get(cfg_obj_t const * const *maps, const char *name, argument 317 if (maps[i] == NULL) 319 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) 325 ns_checknames_get(const cfg_obj_t **maps, const char *which, argument 335 if (maps[i] == NULL) 338 if (cfg_map_get(maps[i], "check-names", 885 const cfg_obj_t *maps[3]; local 894 maps[i++] = options; 895 maps[i++] = ns_g_defaults; 896 maps[ [all...] |
H A D | zoneconf.c | 77 const cfg_obj_t *maps[5] = {NULL, NULL, NULL, NULL, NULL}; local 124 maps[0] = cfg_tuple_get(zconfig, "options"); 125 (void)ns_config_get(maps, aclname, &aclobj); 142 maps[i++] = options; 148 maps[i++] = options; 150 maps[i++] = ns_g_defaults; 151 maps[i] = NULL; 153 (void)ns_config_get(maps, aclname, &aclobj); 740 checknames(dns_zonetype_t ztype, const cfg_obj_t **maps, argument 752 result = ns_checknames_get(maps, zon 765 const cfg_obj_t *maps[5]; local [all...] |
H A D | server.c | 514 const cfg_obj_t *maps[4]; local 522 maps[i++] = cfg_tuple_get(vconfig, "options"); 528 maps[i++] = options; 535 maps[i++] = options; 538 maps[i] = NULL; 540 (void)ns_config_get(maps, aclname, &aclobj); 574 const cfg_obj_t *maps[3]; local 581 maps[i++] = cfg_tuple_get(vconfig, "options"); 586 maps[i++] = options; 588 maps[ 612 const cfg_obj_t *maps[3]; local 903 const cfg_obj_t *maps[4]; local 1121 get_view_querysource_dispatch(const cfg_obj_t **maps, int af, dns_dispatch_t **dispatchp, isc_dscp_t *dscpp, isc_boolean_t is_firstview) argument 3024 configure_dnstap(const cfg_obj_t **maps, dns_view_t *view) argument 3242 const cfg_obj_t *maps[4]; local 5769 configure_server_quota(const cfg_obj_t **maps, const char *name, isc_quota_t *quota) argument 6257 set_limit(const cfg_obj_t **maps, const char *configname, const char *description, isc_resource_t resourceid, isc_resourcevalue_t defaultvalue) argument 6293 set_limits(const cfg_obj_t **maps) argument 6482 configure_session_key(const cfg_obj_t **maps, ns_server_t *server, isc_mem_t *mctx) argument 6678 const cfg_obj_t *maps[4]; local 7200 const cfg_obj_t *maps[3]; local 7281 const cfg_obj_t *maps[3]; local [all...] |
/bind-9.11.3/bin/check/ |
H A D | named-checkconf.c | 94 get_maps(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument 97 if (maps[i] == NULL) 99 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) 105 get_checknames(const cfg_obj_t **maps, const cfg_obj_t **obj) { argument 114 if (maps[i] == NULL) 117 result = cfg_map_get(maps[i], "check-names", &checknames); 172 const cfg_obj_t *maps[4]; local 196 maps[i++] = zoptions; 198 maps[i++] = cfg_tuple_get(vconfig, "options"); 202 maps[ [all...] |
Completed in 35 milliseconds