Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h47 struct config_view;
264 struct config_view* views;
900 struct config_view { struct
902 struct config_view* next; argument
1228 void config_delview(struct config_view* p);
1234 void config_delviews(struct config_view* list);
H A Dconfig_file.c1716 config_delview(struct config_view* p) in config_delview()
1730 config_delviews(struct config_view* p) in config_delviews()
1732 struct config_view* np; in config_delviews()
H A Dconfigparser.y432 struct config_view* s;
435 s = (struct config_view*)calloc(1, sizeof(struct config_view));
H A Dconfigparser.c3158 struct config_view* s; in yyparse()
3161 s = (struct config_view*)calloc(1, sizeof(struct config_view)); in yyparse()
/freebsd/contrib/unbound/services/
H A Dview.h49 struct config_view;
H A Dview.c143 struct config_view* cv;
208 * are free'd from config_view by local_zones_apply_cfg. in views_apply_cfg()
/freebsd/contrib/unbound/respip/
H A Drespip.c428 struct config_view* cv; in respip_views_apply_cfg()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5370 getmem_config_view(struct config_view* p) in getmem_config_view()
5373 struct config_view* s; in getmem_config_view()