bind9/lib/dns/rdata
Evan Hunt 6b33b7fc77 switch to RETERR where it wasn't being used
replace all instances of the pattern:

        result = <statement>
        if (result != ISC_R_SUCCESS) {
                return result;
        }

with:

        RETERR(<statement>);
2025-12-03 13:45:43 -08:00
..
any_255 Use DNS_RDATACOMMON_INIT to hide branch differences 2025-08-15 07:30:30 +10:00
ch_3 Use DNS_RDATACOMMON_INIT to hide branch differences 2025-08-15 07:30:30 +10:00
generic switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
hs_4 Use DNS_RDATACOMMON_INIT to hide branch differences 2025-08-15 07:30:30 +10:00
in_1 switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
rdatastructpre.h Remove unused link field from rdatacommon 2025-07-17 12:57:51 +02:00
rdatastructsuf.h Remove C++ support from the public header 2024-12-18 13:10:39 +01:00