Searched refs:fwd_zone_find (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/iterator/ |
H A D | iter_fwd.c | 507 fwd_zone_find(struct iter_forwards* fwd, uint16_t c, uint8_t* nm) in fwd_zone_find() function 524 if((z=fwd_zone_find(fwd, c, dp->name)) != NULL) { in forwards_add_zone() 544 if(!(z=fwd_zone_find(fwd, c, nm))) { in forwards_delete_zone() 560 if(fwd_zone_find(fwd, c, nm) != NULL) { in forwards_add_stub_hole() 580 if(!(z=fwd_zone_find(fwd, c, nm))) { in forwards_delete_stub_hole()
|