| /freebsd-11-stable/contrib/unbound/services/ |
| HD | view.c | 56 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()
|
| HD | view.h | 56 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/ |
| HD | daemon.h | 56 struct views; 125 struct views* views; member
|
| HD | daemon.c | 598 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()
|
| HD | acl_list.c | 178 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()
|
| HD | acl_list.h | 130 struct views* v);
|
| HD | remote.c | 1384 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/ |
| HD | unbound-checkconf.c | 200 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/ |
| HD | respip.h | 53 struct views; 125 int respip_views_apply_cfg(struct views* vs, struct config_file* cfg,
|
| HD | respip.c | 417 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/ |
| HD | configparser.y | 344 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 …]
|
| HD | config_file.h | 235 struct config_view* views; member
|
| HD | config_file.c | 220 cfg->views = NULL; in config_create() 1510 config_delviews(cfg->views); in config_delete()
|
| /freebsd-11-stable/contrib/libcxxrt/ |
| HD | LICENSE | 14 The views and conclusions contained in the software and documentation are those of the authors and …
|
| /freebsd-11-stable/contrib/opie/ |
| HD | COPYRIGHT.NRL | 63 The views and conclusions contained in the software and documentation
|
| /freebsd-11-stable/contrib/libxo/doc/ |
| HD | field-modifiers.rst | 105 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.
|
| HD | libxo.txt | 812 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/ |
| HD | COPYRIGHT | 91 The views and conclusions contained in the software and documentation are
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | span | 21 // [views.span], class template span 25 // [span.objectrep], views of object representation
|
| /freebsd-11-stable/etc/ |
| HD | snmpd.config | 237 # Definitions of two views
|
| /freebsd-11-stable/contrib/unbound/doc/ |
| HD | example.conf.in | 1028 # Create named views. Name must be unique. Map views to requests using 1030 # and local-data options. Options from matching views will override global
|
| HD | Changelog | 1437 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/ |
| HD | hyphenex.us | 443 over-views
|
| /freebsd-11-stable/contrib/llvm-project/lld/docs/ |
| HD | design.rst | 75 The linker views the input files as basically containers of Atoms and
|
| /freebsd-11-stable/usr.bin/fortune/datfiles/ |
| HD | murphy | 723 If one views his problem closely enough he will
|