/bind-9.6-ESV-R11/bin/named/ |
H A D | zoneconf.c | 80 const cfg_obj_t *maps[5] = {NULL, NULL, NULL, NULL, NULL}; local 127 maps[0] = cfg_tuple_get(zconfig, "options"); 128 (void)ns_config_get(maps, aclname, &aclobj); 143 maps[i++] = cfg_tuple_get(vconfig, "options"); 148 maps[i++] = options; 150 maps[i++] = ns_g_defaults; 151 maps[i] = NULL; 153 (void)ns_config_get(maps, aclname, &aclobj); 391 checknames(dns_zonetype_t ztype, const cfg_obj_t **maps, argument 403 result = ns_checknames_get(maps, zon 416 const cfg_obj_t *maps[5]; local [all...] |
H A D | tsigconf.c | 146 const cfg_obj_t *maps[3]; local 156 maps[i++] = config; 158 maps[i++] = cfg_tuple_get(vconfig, "options"); 159 maps[i] = NULL; 166 if (maps[i] == NULL) 169 result = cfg_map_get(maps[i], "key", &keylist);
|
H A D | server.c | 340 const cfg_obj_t *maps[3]; local 347 maps[i++] = cfg_tuple_get(vconfig, "options"); 352 maps[i++] = options; 354 maps[i] = NULL; 356 (void)ns_config_get(maps, aclname, &aclobj); 381 const cfg_obj_t *maps[3]; local 388 maps[i++] = cfg_tuple_get(vconfig, "options"); 393 maps[i++] = options; 395 maps[i] = NULL; 397 (void)ns_config_get(maps, "sortlis 608 get_view_querysource_dispatch(const cfg_obj_t **maps, int af, dns_dispatch_t **dispatchp, isc_boolean_t is_firstview) argument 1318 const cfg_obj_t *maps[4]; local 2865 configure_server_quota(const cfg_obj_t **maps, const char *name, isc_quota_t *quota) argument 3152 set_limit(const cfg_obj_t **maps, const char *configname, const char *description, isc_resource_t resourceid, isc_resourcevalue_t defaultvalue) argument 3188 set_limits(const cfg_obj_t **maps) argument 3283 const cfg_obj_t *maps[3]; local [all...] |
H A D | config.c | 234 ns_config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument 238 if (maps[i] == NULL) 240 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) 246 ns_checknames_get(const cfg_obj_t **maps, const char *which, argument 256 if (maps[i] == NULL) 259 if (cfg_map_get(maps[i], "check-names", &checknames) == ISC_R_SUCCESS) { 720 const cfg_obj_t *maps[3]; local 729 maps[i++] = options; 730 maps[i++] = ns_g_defaults; 731 maps[ [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/ |
H A D | SparseMap.pm | 147 my @maps = $self->collect_maps(); 155 my $mapsz = @{$maps[$lv]->[0]}; 158 $offset = @indirect + @{$maps[$lv]} * @{$maps[$lv]->[0]}; 165 my $nextmaps = $maps[$lv + 1]; 166 foreach my $mapref (@{$maps[$lv]}) { 228 my @maps = $self->collect_maps(); 235 my $nmaps = @{$maps[$i]}; 236 my $mapsz = @{$maps[$i]->[0]}; 237 push @lines, "level $i: $nmaps maps (siz [all...] |
/bind-9.6-ESV-R11/bin/check/ |
H A D | named-checkconf.c | 102 get_maps(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument 105 if (maps[i] == NULL) 107 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) 113 get_checknames(const cfg_obj_t **maps, const cfg_obj_t **obj) { argument 122 if (maps[i] == NULL) 125 result = cfg_map_get(maps[i], "check-names", &checknames); 146 config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument 150 if (maps[i] == NULL) 152 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS) 192 const cfg_obj_t *maps[ local [all...] |
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | config.h | 34 ns_config_get(const cfg_obj_t **maps, const char* name, const cfg_obj_t **obj); 37 ns_checknames_get(const cfg_obj_t **maps, const char* name,
|