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