bind9/tests/libtest
Evan Hunt 3bf23fadb0 improvements to the QP iterator
- make iterators reversible: refactor dns_qpiter_next() and add a new
  dns_qpiter_prev() function to support iterating both forwards and
  backwards through a QP trie.
- added a 'name' parameter to dns_qpiter_next() (as well as _prev())
  to make it easier to retrieve the nodename while iterating, without
  having to construct it from pointer value data.
2023-09-28 00:30:51 -07:00
..
dns.c Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
isc.c Always initialize the workers in the libtest 2023-04-21 09:04:24 +02:00
Makefile.am Get the tests working with liburcu 2023-05-12 20:48:31 +01:00
ns.c Change dns_message_create() function to accept memory pools 2023-09-24 18:07:40 +02:00
qp.c improvements to the QP iterator 2023-09-28 00:30:51 -07:00