Lines Matching defs:region
131 isc_region_t region;
145 region.base = csync->typebits;
146 region.length = csync->len;
147 RETERR(typemap_test(®ion, ISC_TRUE));
153 isc_region_t region;
164 dns_rdata_toregion(rdata, ®ion);
166 csync->serial = uint32_fromregion(®ion);
167 isc_region_consume(®ion, 4);
169 csync->flags = uint16_fromregion(®ion);
170 isc_region_consume(®ion, 2);
172 csync->len = region.length;
173 csync->typebits = mem_maybedup(mctx, region.base, region.length);