Files
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
..
2025-02-21 09:51:42 +00:00
2025-01-23 15:54:57 -08:00
2025-03-21 23:33:25 -07:00
2025-03-22 20:00:46 -07:00
2025-03-22 20:00:46 -07:00
2025-01-23 15:54:57 -08:00
2025-02-20 10:56:00 +00:00
2024-11-22 15:00:55 +01:00
2025-01-23 15:54:57 -08:00
2025-03-20 11:26:09 +01:00
2025-03-22 20:00:46 -07:00
2025-03-04 12:54:39 +00:00