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