| /src/external/bsd/unbound/dist/services/ |
| view.h | 2 * services/view.h - named views containing local zones authority service. 39 * This file contains functions to enable named views that can hold local zone 54 * Views storage, shared. 56 struct views { struct 57 /** lock on the view tree. When locking order, the views lock 89 * Create views storage 92 struct views* views_create(void); 95 * Delete views storage 96 * @param v: views to delete. 98 void views_delete(struct views* v) [all...] |
| view.c | 2 * services/view.c - named views containing local zones authority service. 39 * This file contains functions to enable named views that can hold local zone 57 struct views* 60 struct views* v = (struct views*)calloc(1, 90 views_delete(struct views* v) 118 views_enter_view_name(struct views* vs, char* name) 141 views_apply_cfg(struct views* vs, struct config_file* cfg) 147 * views are already checked when parsing config. */ 148 if(cfg->views && !cfg->views->name) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
| zones-json.pl | 28 my $dnssecsign = $ref->{views}->{_default}->{zones}[$zone]->{"dnssec-sign"}; 33 my $dnssecrefresh = $ref->{views}->{_default}->{zones}[$zone]->{"dnssec-refresh"};
|
| xfrins-json.pl | 27 my $xfrins = $ref->{views}->{_default}->{xfrins};
|
| zones-xml.pl | 25 my $counters = $ref->{views}->{view}->{_default}->{zones}->{zone}->{$zone}->{counters};
|
| /src/external/bsd/unbound/dist/respip/ |
| respip.h | 27 after views and before hints, stubs and local zones. */ 54 struct views; 122 * Apply response-ip config settings in named views. 129 int respip_views_apply_cfg(struct views* vs, struct config_file* cfg, 156 * @param views: views tree to lookup view used. 164 struct auth_zones* az, struct views* views, 188 * @param views: views tree to lookup view used [all...] |
| respip.c | 417 * configuration; at this point we should have already seen all the views, 418 * so if any of the views that respip data refer to does not exist, that's 425 respip_views_apply_cfg(struct views* vs, struct config_file* cfg, 432 for(cv = cfg->views; cv; cv = cv->next) { 879 struct views* views, struct respip_set* ipset) 914 view = views_find_view(views, cinfo->view_name, 0); 1123 &qstate->rpz_passthru, qstate->env->views, 1172 struct auth_zones* az, struct views* views, [all...] |
| /src/sys/arch/atari/dev/ |
| view.c | 66 struct view_softc views[NVIEW]; variable in typeref:struct:view_softc 117 views[i].view = NULL; 118 views[i].flags = 0; 139 * mark views that share this monitor as not displaying 142 if (views[i].flags & VUF_DISPLAY) { 143 if (vu->view && (vu->view == views[i].view)) { 147 if (views[i].view) { 148 grf_save_view(views[i].view); 149 views[i].view->flags &= ~VF_DISPLAY; 151 views[i].flags &= ~VUF_DISPLAY [all...] |
| /src/external/bsd/unbound/dist/daemon/ |
| acl_list.h | 146 * @param v: views structure 150 struct views* v); 162 * @param v: views structure 166 struct views* v);
|
| daemon.h | 56 struct views;
|
| acl_list.c | 252 struct views* vs, int is_interface, int port) 432 struct views* v) 528 struct views* v) 595 struct views* v, int port) 740 struct views* v)
|
| daemon.c | 719 if(!(daemon->env->views = views_create())) 720 fatal_exit("Could not create views: out of memory"); 721 /* create individual views and their localzone/data trees */ 722 if(!views_apply_cfg(daemon->env->views, daemon->cfg)) 723 fatal_exit("Could not set up views"); 725 if(!acl_list_apply_cfg(daemon->acl, daemon->cfg, daemon->env->views)) 728 daemon->env->views)) 768 if(!respip_views_apply_cfg(daemon->env->views, daemon->cfg, 890 views_delete(daemon->env->views); 891 daemon->env->views = NULL [all...] |
| /src/sys/arch/amiga/dev/ |
| view.c | 67 struct view_softc views[NVIEW]; variable in typeref:struct:view_softc 119 views[i].view = NULL; 120 views[i].flags = 0; 141 * mark views that share this monitor as not displaying 144 if ((views[i].flags & VUF_DISPLAY) && 145 views[i].monitor == vu->monitor) 146 views[i].flags &= ~VUF_DISPLAY; 178 if ((views[i].flags & VUF_ADDED) && &views[i] != vu && 179 views[i].monitor == vu->monitor) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/views/ns2/ |
| named2.conf.j2 | 37 dnssec-policy "views" { 74 dnssec-policy views; 106 dnssec-policy views;
|
| named.conf.j2 | 37 dnssec-policy "views" { 59 dnssec-policy views;
|
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-kasp-keydir-vs-keystore1.conf | 15 * The same zone in different views is using different DNSSEC policies, so it
|
| bad-kasp-keydir-vs-keystore2.conf | 17 * default. This should fail because the same zone in different views is using
|
| bad-kasp-keydir-vs-keystore4.conf | 15 * The zone inherits the key-directory from the "view" level. Both views use the
|
| bad-kasp-keystore1.conf | 15 * The same zone in different views is using different DNSSEC policies, so it
|
| bad-kasp-keystore2.conf | 16 * different views is using different DNSSEC policies.
|
| /src/external/bsd/unbound/dist/util/ |
| module.h | 180 struct views; 528 /** views structure containing view tree */ 529 struct views* views; member in struct:module_env
|
| /src/external/bsd/unbound/dist/testcode/ |
| unitmain.c | 761 /** Per-view respip actions test; apply raw configuration with two views 762 * and verify that actions are as expected in respip sets of both views */ 784 struct views* views = NULL; local 796 cfg.views = cv1; 812 views = views_create(); 813 unit_assert(views); 814 unit_assert(views_apply_cfg(views, &cfg)); 815 unit_assert(respip_views_apply_cfg(views, &cfg, &have_respip_cfg)); 818 v = views_find_view(views, "view1", 0) 927 struct views* views = NULL; local [all...] |
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-checkconf.c | 203 /** checks for acl and views */ 205 acl_view_tag_checks(struct config_file* cfg, struct views* views) 222 v = views_find_view(views, acl->str2, 0); 295 struct views* views = NULL; local 299 if(!(views = views_create())) 300 fatal_exit("Could not create views: out of memory"); 303 if(!views_apply_cfg(views, cfg)) 304 fatal_exit("Could not set up views"); [all...] |
| /src/external/mpl/bind/dist/bin/check/ |
| named-checkconf.c | 520 const cfg_obj_t *views; local 525 views = NULL; 527 (void)cfg_map_get(config, "view", &views); 528 for (element = cfg_list_first(views); element != NULL; 561 if (views == NULL) {
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeSession.cc | 116 views = new Vector<DbeView*>; 386 Destroy (views); 616 Vec_loop (DbeView*, views, index, dbev) 1006 views->append (newview); 1015 Vec_loop (DbeView*, views, i, dbev) 1029 Vec_loop (DbeView*, views, i, dbev) 1033 views->remove (i); 1124 for (int i = 0, sz = views->size (); i < sz; i++) 1126 DbeView *dbev = views->fetch (i); 1228 for (int i = 0, sz = views->size (); i < sz; i++ [all...] |