Home
last modified time | relevance | path

Searched refs:radix_next (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dradtree.h155 struct radnode* radix_next(struct radnode* n);
H A Dverify.c40 node = radix_next(zone->node); in verify_next_zone()
54 node = radix_next(node); in verify_next_zone()
H A Ddbaccess.c47 for(n=radix_first(db->zonetree); n; n=radix_next(n)) { in namedb_free_ixfr()
H A Dnamedb.h307 struct radnode* next = radix_next(domain->rnode); in domain_next()
H A Dradtree.c956 return radix_next(n); in radix_first()
965 struct radnode* radix_next(struct radnode* n) in radix_next() function
H A Dserver.c548 for(n=radix_first(nsd->db->zonetree); n; n=radix_next(n)) { in zonestatid_tree_set()
1782 for(n=radix_first(nsd->db->zonetree); n; n=radix_next(n)) { in add_all_soa_to_task()
2464 node = radix_next(node)) in server_reload()