Searched refs:views_find_view (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/unbound/services/ |
| H A D | view.h | 137 struct view* views_find_view(struct views* vs, const char* name, int write);
|
| H A D | view.c | 221 views_find_view(struct views* vs, const char* name, int write) in views_find_view() function
|
| /src/contrib/unbound/testcode/ |
| H A D | unitmain.c | 818 v = views_find_view(views, "view1", 0); in respip_view_conf_actions_test() 822 v = views_find_view(views, "view2", 0); in respip_view_conf_actions_test() 944 v = views_find_view(views, "view1", 0); in respip_view_conf_data_test()
|
| /src/contrib/unbound/respip/ |
| H A D | respip.c | 442 if(!(v = views_find_view(vs, cv->name, 1))) { in respip_views_apply_cfg() 914 view = views_find_view(views, cinfo->view_name, 0); in respip_rewrite_reply()
|
| /src/contrib/unbound/daemon/ |
| H A D | acl_list.c | 260 node->view = views_find_view(vs, str2, 0 /* get read lock*/); in acl_list_view_cfg()
|
| H A D | remote.c | 1572 v = views_find_view(worker->env.views, arg, 1 /* get write lock*/); in do_view_zone_add() 1604 v = views_find_view(worker->env.views, arg, 1 /* get write lock*/); in do_view_zone_remove() 1626 v = views_find_view(worker->env.views, arg, 1 /* get write lock*/); in do_view_data_add() 1651 v = views_find_view(worker->env.views, arg, 1 /* get write lock*/); in do_view_datas_add() 1692 v = views_find_view(worker->env.views, arg, 1 /* get write lock*/); in do_view_data_remove() 1715 v = views_find_view(worker->env.views, arg, 1 /* get write lock*/); in do_view_datas_remove() 3492 struct view* v = views_find_view(worker->env.views, in do_view_list_local_zones() 3508 struct view* v = views_find_view(worker->env.views, in do_view_list_local_data()
|
| /src/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 222 v = views_find_view(views, acl->str2, 0); in acl_view_tag_checks()
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 1030 - Fix comment syntax for view function views_find_view.
|