Evan Hunt
f782e6982d
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-22 20:00:46 -07:00
..
2024-04-19 10:41:04 +02:00
2025-03-21 23:33:25 -07:00
2025-03-05 11:17:17 +01:00
2025-03-05 11:17:17 +01:00
2025-03-05 11:17:17 +01:00
2024-08-22 12:12:02 +00:00
2025-03-21 23:33:25 -07:00
2024-08-22 12:12:02 +00:00
2025-03-22 20:00:46 -07:00
2024-11-01 15:50:16 +01:00
2025-03-05 11:17:17 +01:00
2024-08-06 15:17:48 +02:00
2025-03-05 11:17:17 +01:00
2024-08-06 15:17:48 +02:00
2025-03-22 20:00:46 -07:00
2025-01-24 12:07:36 +01:00
2025-03-05 11:17:17 +01:00
2024-08-06 15:17:48 +02:00
2025-03-21 23:33:25 -07:00
2024-08-22 12:12:02 +00:00
2025-02-27 17:37:43 +03:00