bind9/tests/libtest
Evan Hunt 38e94cc7da switch to CHECK where it wasn't being used
replace all instances of the pattern:

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

with:

        CHECK(<statement>);
2025-12-03 13:45:42 -08:00
..
dns.c Add and use global memory context called isc_g_mctx 2025-08-04 11:29:26 +02:00
isc.c Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
ns.c switch to CHECK where it wasn't being used 2025-12-03 13:45:42 -08:00
qp.c Use ControlStatementsExceptControlMacros for SpaceBeforeParens 2025-08-19 07:58:33 +02:00