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