bind9/lib/isc/netmgr
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
..
http.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
netmgr-int.h Remove convenience list macros from isc/util.h 2025-03-01 07:33:40 +01:00
netmgr.c use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
proxystream.c Do not stop timer in isc_nm_read_stop() in manual timer mode 2025-01-15 14:09:17 +00:00
proxyudp.c Remove redundant semicolons after the closing braces of functions 2024-11-19 12:27:22 +01:00
socket.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
streamdns.c Do not stop timer in isc_nm_read_stop() in manual timer mode 2025-01-15 14:09:17 +00:00
tcp.c Remove unused isc_mutexblock and isc_condition units 2025-03-01 07:33:09 +01:00
timer.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
tlsstream.c Remove unused isc_mutexblock and isc_condition units 2025-03-01 07:33:09 +01:00
udp.c Remove unused isc_mutexblock and isc_condition units 2025-03-01 07:33:09 +01:00