Home
last modified time | relevance | path

Searched refs:views (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/unbound/services/
HDview.c56 struct views*
59 struct views* v = (struct views*)calloc(1, in views_create()
93 views_delete(struct views* v) in views_delete()
121 views_enter_view_name(struct views* vs, char* name) in views_enter_view_name()
144 views_apply_cfg(struct views* vs, struct config_file* cfg) in views_apply_cfg()
151 if(cfg->views && !cfg->views->name) { in views_apply_cfg()
155 for(cv = cfg->views; cv; cv = cv->next) { in views_apply_cfg()
224 views_find_view(struct views* vs, const char* name, int write) in views_find_view()
244 void views_print(struct views* v) in views_print()
HDview.h56 struct views { struct
91 struct views* views_create(void);
97 void views_delete(struct views* v);
106 int views_apply_cfg(struct views* v, struct config_file* cfg);
127 void views_print(struct views* v);
135 struct view* views_find_view(struct views* vs, const char* name, int write);
/freebsd-11-stable/contrib/unbound/daemon/
HDdaemon.h56 struct views;
125 struct views* views; member
HDdaemon.c598 if(!(daemon->views = views_create())) in daemon_fork()
601 if(!views_apply_cfg(daemon->views, daemon->cfg)) in daemon_fork()
604 if(!acl_list_apply_cfg(daemon->acl, daemon->cfg, daemon->views)) in daemon_fork()
630 if(!respip_views_apply_cfg(daemon->views, daemon->cfg, in daemon_fork()
736 views_delete(daemon->views); in daemon_cleanup()
737 daemon->views = NULL; in daemon_cleanup()
HDacl_list.c178 struct views* vs) in acl_list_view_cfg()
368 read_acl_view(struct acl_list* acl, struct config_file* cfg, struct views* v) in read_acl_view()
438 struct views* v) in acl_list_apply_cfg()
HDacl_list.h130 struct views* v);
HDremote.c1384 v = views_find_view(worker->daemon->views, in do_view_zone_add()
1417 v = views_find_view(worker->daemon->views, in do_view_zone_remove()
1440 v = views_find_view(worker->daemon->views, in do_view_data_add()
1462 v = views_find_view(worker->daemon->views, in do_view_datas_add()
1487 v = views_find_view(worker->daemon->views, in do_view_data_remove()
1507 v = views_find_view(worker->daemon->views, in do_view_datas_remove()
2749 struct view* v = views_find_view(worker->daemon->views, in do_view_list_local_zones()
2765 struct view* v = views_find_view(worker->daemon->views, in do_view_list_local_data()
/freebsd-11-stable/contrib/unbound/smallapp/
HDunbound-checkconf.c200 acl_view_tag_checks(struct config_file* cfg, struct views* views) in acl_view_tag_checks() argument
217 v = views_find_view(views, acl->str2, 0); in acl_view_tag_checks()
290 struct views* views = NULL; in view_and_respipchecks() local
293 if(!(views = views_create())) in view_and_respipchecks()
297 if(!views_apply_cfg(views, cfg)) in view_and_respipchecks()
301 if(!respip_views_apply_cfg(views, cfg, &ignored)) in view_and_respipchecks()
303 acl_view_tag_checks(cfg, views); in view_and_respipchecks()
304 views_delete(views); in view_and_respipchecks()
/freebsd-11-stable/contrib/unbound/respip/
HDrespip.h53 struct views;
125 int respip_views_apply_cfg(struct views* vs, struct config_file* cfg,
HDrespip.c417 respip_views_apply_cfg(struct views* vs, struct config_file* cfg, in respip_views_apply_cfg()
424 for(cv = cfg->views; cv; cv = cv->next) { in respip_views_apply_cfg()
/freebsd-11-stable/contrib/unbound/util/
HDconfigparser.y344 s->next = cfg_parser->cfg->views;
347 cfg_parser->cfg->views = s;
2777 if(cfg_parser->cfg->views->name)
2780 free(cfg_parser->cfg->views->name);
2781 cfg_parser->cfg->views->name = $2;
2804 if(!cfg_strlist_insert(&cfg_parser->cfg->views->
2810 if(!cfg_strlist_insert(&cfg_parser->cfg->views->
2817 &cfg_parser->cfg->views->local_zones,
2828 &cfg_parser->cfg->views->respip_actions, $2, $3))
2837 &cfg_parser->cfg->views->respip_data, $2, $3))
[all …]
HDconfig_file.h235 struct config_view* views; member
HDconfig_file.c220 cfg->views = NULL; in config_create()
1510 config_delviews(cfg->views); in config_delete()
/freebsd-11-stable/contrib/libcxxrt/
HDLICENSE14 The views and conclusions contained in the software and documentation are those of the authors and …
/freebsd-11-stable/contrib/opie/
HDCOPYRIGHT.NRL63 The views and conclusions contained in the software and documentation
/freebsd-11-stable/contrib/libxo/doc/
HDfield-modifiers.rst105 they are often used to give to distinct views of the underlying data.
126 they are often used to give to distinct views of the underlying data.
HDlibxo.txt812 they are often used to give to distinct views of the underlying data.
827 they are often used to give to distinct views of the underlying data.
/freebsd-11-stable/
HDCOPYRIGHT91 The views and conclusions contained in the software and documentation are
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDspan21 // [views.span], class template span
25 // [span.objectrep], views of object representation
/freebsd-11-stable/etc/
HDsnmpd.config237 # Definitions of two views
/freebsd-11-stable/contrib/unbound/doc/
HDexample.conf.in1028 # Create named views. Name must be unique. Map views to requests using
1030 # and local-data options. Options from matching views will override global
HDChangelog1437 order and local zone tags, and elements in views.
1865 local-zones defined outside of views.
2869 - Fix #1269: inconsistent use of built-in local zones with views.
2870 - Add defaults for new local-zone trees added to views using
3420 - Added views functionality.
/freebsd-11-stable/contrib/groff/tmac/
HDhyphenex.us443 over-views
/freebsd-11-stable/contrib/llvm-project/lld/docs/
HDdesign.rst75 The linker views the input files as basically containers of Atoms and
/freebsd-11-stable/usr.bin/fortune/datfiles/
HDmurphy723 If one views his problem closely enough he will

12