Searched refs:views_find_view (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | view.h | 136 struct view* views_find_view(struct views* vs, const char* name, int write);
|
H A D | view.c | 225 views_find_view(struct views* vs, const char* name, int write) in views_find_view() function
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 1472 v = views_find_view(worker->daemon->views, in do_view_zone_add() 1505 v = views_find_view(worker->daemon->views, in do_view_zone_remove() 1528 v = views_find_view(worker->daemon->views, in do_view_data_add() 1554 v = views_find_view(worker->daemon->views, in do_view_datas_add() 1596 v = views_find_view(worker->daemon->views, in do_view_data_remove() 1620 v = views_find_view(worker->daemon->views, in do_view_datas_remove() 3042 struct view* v = views_find_view(worker->daemon->views, in do_view_list_local_zones() 3058 struct view* v = views_find_view(worker->daemon->views, in do_view_list_local_data()
|
H A D | acl_list.c | 258 node->view = views_find_view(vs, str2, 0 /* get read lock*/); in acl_list_view_cfg()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-checkconf.c | 222 v = views_find_view(views, acl->str2, 0); in acl_view_tag_checks()
|
/freebsd/contrib/unbound/respip/ |
H A D | respip.c | 435 if(!(v = views_find_view(vs, cv->name, 1))) { in respip_views_apply_cfg()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 498 - Fix comment syntax for view function views_find_view.
|