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

/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h44 struct config_stub;
229 struct config_stub* stubs;
231 struct config_stub* forwards;
673 struct config_stub { struct
675 struct config_stub* next;
992 * @return: pointer to config_stub if found, or NULL if not found.
994 struct config_stub* cfg_stub_find(struct config_stub*** pp, const char* nm);
1024 void config_delstub(struct config_stub* p);
1030 void config_delstubs(struct config_stub* lis
[all...]
H A Dconfig_file.c1334 struct config_stub* cfg_stub_find(struct config_stub*** pp, const char* nm)
1336 struct config_stub* p = *(*pp);
1413 config_delstub(struct config_stub* p)
1423 config_delstubs(struct config_stub* p)
1425 struct config_stub* np;
H A Dconfigparser.y306 struct config_stub* s;
308 s = (struct config_stub*)calloc(1, sizeof(struct config_stub));
323 struct config_stub* s;
325 s = (struct config_stub*)calloc(1, sizeof(struct config_stub));
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_fwd.c179 read_fwds_name(struct config_stub* s)
204 read_fwds_host(struct config_stub* s, struct delegpt* dp)
229 read_fwds_addr(struct config_stub* s, struct delegpt* dp)
260 struct config_stub* s;
304 struct config_stub* s;
H A Diter_hints.c192 read_stubs_name(struct config_stub* s)
217 read_stubs_host(struct config_stub* s, struct delegpt* dp)
242 read_stubs_addr(struct config_stub* s, struct delegpt* dp)
273 struct config_stub* s;
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibunbound.c927 struct config_stub* s;
1010 struct config_stub **prev, *elem;
1058 elem=(struct config_stub*)calloc(1, sizeof(struct config_stub));
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c165 struct config_stub* p;
310 warn_hosts(const char* typ, struct config_stub* list)
314 struct config_stub* s;

Completed in 96 milliseconds