bind9/lib
Evan Hunt ad7f744115 use ISC_LIST_FOREACH in more places
use the ISC_LIST_FOREACH pattern in places where lists had
been iterated using a different pattern from the typical
`for` loop: for example, `while (!ISC_LIST_EMPTY(...))` or
`while ((e = ISC_LIST_HEAD(...)) != NULL)`.
2025-03-31 13:45:14 -07:00
..
dns use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
isc use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
isccc Remove unused symtab implementation 2025-02-25 11:29:58 +01:00
isccfg switch to ISC_LIST_FOREACH everywhere 2025-03-31 13:45:10 -07:00
ns use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00