Home
last modified time | relevance | path

Searched refs:config_view (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/unbound/util/
Dconfig_file.h47 struct config_view;
254 struct config_view* views;
826 struct config_view { struct
828 struct config_view* next; argument
1139 void config_delview(struct config_view* p);
1145 void config_delviews(struct config_view* list);
Dconfig_file.c1549 config_delview(struct config_view* p) in config_delview()
1563 config_delviews(struct config_view* p) in config_delviews()
1565 struct config_view* np; in config_delviews()
Dconfigparser.y378 struct config_view* s;
381 s = (struct config_view*)calloc(1, sizeof(struct config_view));
/freebsd-12-stable/contrib/unbound/services/
Dview.h49 struct config_view;
Dview.c147 struct config_view* cv; in views_apply_cfg()
/freebsd-12-stable/contrib/unbound/respip/
Drespip.c421 struct config_view* cv; in respip_views_apply_cfg()