Home
last modified time | relevance | path

Searched refs:config_stub (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/unbound/util/
Dconfig_file.h44 struct config_stub;
156 struct config_stub* stubs;
158 struct config_stub* forwards;
383 struct config_stub { struct
385 struct config_stub* next; argument
574 void config_delstubs(struct config_stub* list);
Dconfigparser.y196 struct config_stub* s;
198 s = (struct config_stub*)calloc(1, sizeof(struct config_stub));
212 struct config_stub* s;
214 s = (struct config_stub*)calloc(1, sizeof(struct config_stub));
Dconfig_file.c896 config_delstubs(struct config_stub* p) in config_delstubs()
898 struct config_stub* np; in config_delstubs()
/freebsd-10-stable/contrib/unbound/iterator/
Diter_fwd.c179 read_fwds_name(struct config_stub* s) in read_fwds_name()
204 read_fwds_host(struct config_stub* s, struct delegpt* dp) in read_fwds_host()
229 read_fwds_addr(struct config_stub* s, struct delegpt* dp) in read_fwds_addr()
253 struct config_stub* s; in read_forwards()
293 struct config_stub* s; in make_stub_holes()
Diter_hints.c190 read_stubs_name(struct config_stub* s) in read_stubs_name()
215 read_stubs_host(struct config_stub* s, struct delegpt* dp) in read_stubs_host()
240 read_stubs_addr(struct config_stub* s, struct delegpt* dp) in read_stubs_addr()
264 struct config_stub* s; in read_stubs()
/freebsd-10-stable/contrib/unbound/smallapp/
Dunbound-checkconf.c140 warn_hosts(const char* typ, struct config_stub* list) in warn_hosts()
144 struct config_stub* s; in warn_hosts()
/freebsd-10-stable/contrib/unbound/libunbound/
Dlibunbound.c860 struct config_stub* s; in ub_ctx_set_fwd()