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

/freebsd-11-stable/contrib/unbound/services/
H A Dview.h49 struct config_view;
H A Dview.c146 struct config_view* cv;
211 * are free'd from config_view by local_zones_apply_cfg.
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h46 struct config_view;
235 struct config_view* views;
735 struct config_view { struct
737 struct config_view* next;
1048 void config_delview(struct config_view* p);
1054 void config_delviews(struct config_view* list);
H A Dconfig_file.c1434 config_delview(struct config_view* p)
1448 config_delviews(struct config_view* p)
1450 struct config_view* np;
H A Dconfigparser.y340 struct config_view* s;
342 s = (struct config_view*)calloc(1, sizeof(struct config_view));
/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.c420 struct config_view* cv;

Completed in 316 milliseconds