bind9/lib/isc/netmgr
Ondřej Surý d9048b3db1
Remove ISC_MEM_ZERO and isc_mem_*x() API
Use the new isc_mem_c*() calloc-like API for allocations that are
zeroed.

In turn, this also fixes couple of incorrect usage of the ISC_MEM_ZERO
for structures that need to be zeroed explicitly.

There are few places where isc_mem_cput() is used on structures with a
flexible member (or similar).
2023-08-31 22:08:35 +02:00
..
http.c Remove ISC_MEM_ZERO and isc_mem_*x() API 2023-08-31 22:08:35 +02:00
netmgr-int.h Limit the number of inactive handles kept for reuse 2023-08-21 16:34:30 +02:00
netmgr.c Remove ISC_MEM_ZERO and isc_mem_*x() API 2023-08-31 22:08:35 +02:00
socket.c Cleanup the last Windows / MSC ifdefs and comments 2023-04-03 09:06:20 +00:00
streamdns.c allow streamdns read to resume after timeout 2023-05-13 23:31:45 -07:00
tcp.c Do extra manual isc_mem_cget() conversions 2023-08-31 22:08:35 +02:00
timer.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
tlsstream.c Apply the isc_mem_cget semantic patch 2023-08-31 22:08:35 +02:00
udp.c Do extra manual isc_mem_cget() conversions 2023-08-31 22:08:35 +02:00