Lines Matching refs:md
130 dns_rdata_md_t *md = source;
135 REQUIRE(md->common.rdtype == type);
136 REQUIRE(md->common.rdclass == rdclass);
141 dns_name_toregion(&md->md, ®ion);
147 dns_rdata_md_t *md = target;
155 md->common.rdclass = rdata->rdclass;
156 md->common.rdtype = rdata->type;
157 ISC_LINK_INIT(&md->common, link);
162 dns_name_init(&md->md, NULL);
163 RETERR(name_duporclone(&name, mctx, &md->md));
164 md->mctx = mctx;
170 dns_rdata_md_t *md = source;
173 REQUIRE(md->common.rdtype == 3);
175 if (md->mctx == NULL)
178 dns_name_free(&md->md, md->mctx);
179 md->mctx = NULL;