Searched refs:mediatype (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Ddoa_259.h15 unsigned char * mediatype; member in struct:dns_rdata_doa
H A Ddoa_259.c199 RETERR(mem_tobuffer(target, doa->mediatype, doa->mediatype_len));
254 doa->mediatype = mem_maybedup(mctx, region.base, doa->mediatype_len);
255 if (doa->mediatype == NULL) {
278 if (mctx != NULL && doa->mediatype != NULL) {
279 isc_mem_free(mctx, doa->mediatype);
295 if (doa->mediatype != NULL) {
296 isc_mem_free(doa->mctx, doa->mediatype);

Completed in 1325 milliseconds