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