]> git.ipfire.org Git - thirdparty/bind9.git/commit
Improve qp-trie leaf return values
authorTony Finch <fanf@isc.org>
Thu, 6 Apr 2023 10:24:47 +0000 (11:24 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 15 Aug 2023 12:24:39 +0000 (14:24 +0200)
commitb38c71961d42b6e581e49cee7e7d02632bb98ec4
tree132710150f5efa099871c4d4119a4f8bfdd0e4e8
parent8a2763487d28a3a07c825bddfe0c6ad4071920c7
Improve qp-trie leaf return values

Make the `pval_r` and `ival_r` out arguments optional.

Add `pval_r` and `ival_r` out arguments to `dns_qp_deletekey()`
and `dns_qp_deletename()`, to return the deleted leaf.
fuzz/dns_qp.c
lib/dns/include/dns/qp.h
lib/dns/qp.c
lib/dns/zt.c
tests/bench/load-names.c
tests/bench/qpmulti.c
tests/dns/qp_test.c
tests/dns/qpmulti_test.c