Searched refs:config_stub (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/unbound/util/ |
| D | config_file.h | 45 struct config_stub; 248 struct config_stub* stubs; 250 struct config_stub* forwards; 756 struct config_stub { struct 758 struct config_stub* next; argument 1085 struct config_stub* cfg_stub_find(struct config_stub*** pp, const char* nm); 1115 void config_delstub(struct config_stub* p); 1121 void config_delstubs(struct config_stub* list);
|
| D | config_file.c | 1449 struct config_stub* cfg_stub_find(struct config_stub*** pp, const char* nm) in cfg_stub_find() 1451 struct config_stub* p = *(*pp); in cfg_stub_find() 1528 config_delstub(struct config_stub* p) in config_delstub() 1538 config_delstubs(struct config_stub* p) in config_delstubs() 1540 struct config_stub* np; in config_delstubs()
|
| D | configparser.y | 340 struct config_stub* s; 343 s = (struct config_stub*)calloc(1, sizeof(struct config_stub)); 359 struct config_stub* s; 362 s = (struct config_stub*)calloc(1, sizeof(struct config_stub));
|
| /freebsd-12-stable/contrib/unbound/iterator/ |
| D | iter_fwd.c | 179 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() 235 read_fwds_addr(struct config_stub* s, struct delegpt* dp) in read_fwds_addr() 266 struct config_stub* s; in read_forwards() 312 struct config_stub* s; in make_stub_holes()
|
| D | iter_hints.c | 192 read_stubs_name(struct config_stub* s) in read_stubs_name() 217 read_stubs_host(struct config_stub* s, struct delegpt* dp) in read_stubs_host() 248 read_stubs_addr(struct config_stub* s, struct delegpt* dp) in read_stubs_addr() 279 struct config_stub* s; in read_stubs()
|
| /freebsd-12-stable/contrib/unbound/libunbound/ |
| D | libunbound.c | 968 struct config_stub* s; in ub_ctx_set_fwd() 1051 struct config_stub **prev, *elem; in ub_ctx_set_stub() 1099 elem=(struct config_stub*)calloc(1, sizeof(struct config_stub)); in ub_ctx_set_stub()
|
| /freebsd-12-stable/contrib/unbound/smallapp/ |
| D | unbound-checkconf.c | 166 struct config_stub* p; in donotquerylocalhostcheck() 311 warn_hosts(const char* typ, struct config_stub* list) in warn_hosts() 315 struct config_stub* s; in warn_hosts()
|