Home
last modified time | relevance | path

Searched refs:mem_maybedup (Results 1 – 25 of 38) sorted by relevance

12

/minix/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dgpos_27.c153 gpos->longitude = mem_maybedup(mctx, region.base, gpos->long_len); in tostruct_gpos()
160 gpos->latitude = mem_maybedup(mctx, region.base, gpos->lat_len); in tostruct_gpos()
169 mem_maybedup(mctx, region.base, gpos->alt_len); in tostruct_gpos()
H A Dhinfo_13.c143 hinfo->cpu = mem_maybedup(mctx, region.base, hinfo->cpu_len); in tostruct_hinfo()
150 hinfo->os = mem_maybedup(mctx, region.base, hinfo->os_len); in tostruct_hinfo()
H A Disdn_20.c155 isdn->isdn = mem_maybedup(mctx, r.base, isdn->isdn_len); in tostruct_isdn()
166 isdn->subaddress = mem_maybedup(mctx, r.base, in tostruct_isdn()
H A Dcaa_257.c280 caa->tag = mem_maybedup(mctx, sr.base, caa->tag_len); in tostruct_caa()
289 caa->value = mem_maybedup(mctx, sr.base, sr.length); in tostruct_caa()
H A Dnsec3_50.c410 nsec3->salt = mem_maybedup(mctx, region.base, nsec3->salt_length); in tostruct_nsec3()
416 nsec3->next = mem_maybedup(mctx, region.base, nsec3->next_length); in tostruct_nsec3()
422 nsec3->typebits = mem_maybedup(mctx, region.base, region.length); in tostruct_nsec3()
H A Dhip_55.c318 hip->hit = mem_maybedup(mctx, region.base, hip->hit_len); in tostruct_hip()
325 hip->key = mem_maybedup(mctx, region.base, hip->key_len); in tostruct_hip()
332 hip->servers = mem_maybedup(mctx, region.base, region.length); in tostruct_hip()
H A Dnaptr_35.c468 naptr->flags = mem_maybedup(mctx, r.base, naptr->flags_len); in tostruct_naptr()
476 naptr->service = mem_maybedup(mctx, r.base, naptr->service_len); in tostruct_naptr()
484 naptr->regexp = mem_maybedup(mctx, r.base, naptr->regexp_len); in tostruct_naptr()
H A Dunspec_103.c121 unspec->data = mem_maybedup(mctx, r.base, r.length); in tostruct_unspec()
H A Dnull_10.c120 null->data = mem_maybedup(mctx, r.base, r.length); in tostruct_null()
H A Dopenpgpkey_61.c159 sig->keyring = mem_maybedup(mctx, sr.base, sig->length); in tostruct_openpgpkey()
H A Dx25_19.c152 x25->x25 = mem_maybedup(mctx, r.base, x25->x25_len); in tostruct_x25()
H A Dspf_99.c169 txt->txt = mem_maybedup(mctx, r.base, r.length); in tostruct_spf()
H A Dtkey_249.c471 tkey->key = mem_maybedup(mctx, sr.base, tkey->keylen); in tostruct_tkey()
486 tkey->other = mem_maybedup(mctx, sr.base, tkey->otherlen); in tostruct_tkey()
H A Dsshfp_44.c197 sshfp->digest = mem_maybedup(mctx, region.base, region.length); in tostruct_sshfp()
H A Duri_256.c241 uri->target = mem_maybedup(mctx, sr.base, sr.length); in tostruct_uri()
H A Dtlsa_52.c217 tlsa->data = mem_maybedup(mctx, region.base, region.length); in tostruct_tlsa()
H A Dcert_37.c214 cert->certificate = mem_maybedup(mctx, region.base, region.length); in tostruct_cert()
H A Dtxt_16.c176 txt->txt = mem_maybedup(mctx, r.base, r.length); in tostruct_txt()
H A Dnsec3param_51.c245 nsec3param->salt = mem_maybedup(mctx, region.base, in tostruct_nsec3param()
H A Dds_43.c293 ds->digest = mem_maybedup(mctx, region.base, region.length); in tostruct_ds()
H A Dkey_25.c293 key->data = mem_maybedup(mctx, sr.base, key->datalen); in tostruct_key()
H A Dcds_59.c289 ds->digest = mem_maybedup(mctx, region.base, region.length); in tostruct_cds()
/minix/external/bsd/bind/dist/lib/dns/rdata/in_1/
H A Ddhcid_49.c159 dhcid->dhcid = mem_maybedup(mctx, region.base, region.length); in tostruct_in_dhcid()
H A Dnsap_22.c181 nsap->nsap = mem_maybedup(mctx, r.base, r.length); in tostruct_in_nsap()
/minix/external/bsd/bind/dist/lib/dns/rdata/any_255/
H A Dtsig_250.c487 tsig->signature = mem_maybedup(mctx, sr.base, tsig->siglen); in tostruct_any_tsig()
514 tsig->other = mem_maybedup(mctx, sr.base, tsig->otherlen); in tostruct_any_tsig()

12