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