Lines Matching refs:hit
203 isc_region_consume(®ion, 2); /* hit length + algorithm */
261 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
272 RETERR(mem_tobuffer(target, hip->hit, hip->hit_len));
308 hip->hit = hip->key = hip->servers = NULL;
310 hip->hit = mem_maybedup(mctx, region.base, hip->hit_len);
311 if (hip->hit == NULL)
334 if (hip->hit != NULL)
335 isc_mem_free(mctx, hip->hit);
353 isc_mem_free(hip->mctx, hip->hit);
470 isc_region_consume(&r1, 2); /* hit length + algorithm */