}
static void
-qp_triename(void *uctx, char *buf, size_t size) {
- UNUSED(uctx);
+qp_triename(void *uctx ISC_ATTR_UNUSED, char *buf, size_t size) {
snprintf(buf, size, "qpdb-lite");
}
.now = __now ? __now : isc_stdtime_now(),
};
- UNUSED(version);
-
REQUIRE(VALID_QPDB((qpcache_t *)db));
REQUIRE(version == NULL);
};
REQUIRE(VALID_QPDB(qpdb));
+ REQUIRE(version == NULL);
REQUIRE(type != dns_rdatatype_any);
- UNUSED(version);
-
result = ISC_R_SUCCESS;
nlock = &qpdb->buckets[qpnode->locknum].lock;
qpc_rditer_t *iterator = NULL;
REQUIRE(VALID_QPDB(qpdb));
-
- UNUSED(version);
+ REQUIRE(version == NULL);
iterator = isc_mem_get(qpdb->common.mctx, sizeof(*iterator));
*iterator = (qpc_rditer_t){