bind9/bin/dig
alessio 2f27d66450 Refactor to use list-like macro for message sections
In the code base it is very common to iterate over all names in a message
section and all rdatasets for each name, but various idioms are used for
iteration.

This commit standardizes them as much as possible to a single idiom,
using the macro MSG_SECTION_FOREACH, similar to the existing
ISC_LIST_FOREACH.
2025-03-27 03:09:46 +01:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c Refactor to use list-like macro for message sections 2025-03-27 03:09:46 +01:00
dig.rst Add support for EDNS ZONEVERSION to dig 2025-03-24 22:16:09 +00:00
dighost.c Refactor to use list-like macro for message sections 2025-03-27 03:09:46 +01:00
dighost.h Add support for EDNS ZONEVERSION to dig 2025-03-24 22:16:09 +00:00
host.c Refactor to use list-like macro for message sections 2025-03-27 03:09:46 +01:00
host.rst Do HTTPS record query from host in addition 2025-02-18 14:56:08 +00:00
Makefile.am Dig now supports selecting FIPS mode at runtime 2024-11-22 09:40:46 +11:00
nslookup.c Refactor to use list-like macro for message sections 2025-03-27 03:09:46 +01:00
nslookup.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
readline.h Remove redundant semicolons after the closing braces of functions 2024-11-19 12:27:22 +01:00