Lines Matching defs:mb
122 dns_rdata_mb_t *mb = source;
127 REQUIRE(mb->common.rdtype == type);
128 REQUIRE(mb->common.rdclass == rdclass);
133 dns_name_toregion(&mb->mb, ®ion);
140 dns_rdata_mb_t *mb = target;
147 mb->common.rdclass = rdata->rdclass;
148 mb->common.rdtype = rdata->type;
149 ISC_LINK_INIT(&mb->common, link);
154 dns_name_init(&mb->mb, NULL);
155 RETERR(name_duporclone(&name, mctx, &mb->mb));
156 mb->mctx = mctx;
162 dns_rdata_mb_t *mb = source;
166 if (mb->mctx == NULL)
169 dns_name_free(&mb->mb, mb->mctx);
170 mb->mctx = NULL;