Lines Matching defs:views
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;
298 if(!(views = views_create()))
299 fatal_exit("Could not create views: out of memory");
302 if(!views_apply_cfg(views, cfg))
303 fatal_exit("Could not set up views");
306 if(!respip_views_apply_cfg(views, cfg, &ignored))
308 acl_view_tag_checks(cfg, views);
309 views_delete(views);