]> git.ipfire.org Git - thirdparty/bind9.git/commit
Support for iterating over the leaves in a qp-trie
authorTony Finch <fanf@isc.org>
Thu, 9 Feb 2023 14:37:43 +0000 (14:37 +0000)
committerTony Finch <fanf@isc.org>
Wed, 5 Apr 2023 11:35:04 +0000 (12:35 +0100)
commit8a3a216f40cf3befc68d60851c1635e2cfa31cfb
tree4cd21a2bdbc54689cae5aa1efc61ab81e3cc9a9a
parent45893249a607a3408de2e2850bb97210cbfcab55
Support for iterating over the leaves in a qp-trie

The iterator object records a path through the trie, in a similar
manner to the existing dns_rbtnodechain.
lib/dns/include/dns/qp.h
lib/dns/qp.c
lib/dns/qp_p.h
tests/dns/qp_test.c