Home
last modified time | relevance | path

Searched refs:txt_fromwire (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.bin/dig/lib/dns/rdata/generic/
H A Dhinfo_13.c51 RETERR(txt_fromwire(source, target)); in fromwire_hinfo()
52 return (txt_fromwire(source, target)); in fromwire_hinfo()
H A Disdn_20.c52 RETERR(txt_fromwire(source, target)); in fromwire_isdn()
55 return (txt_fromwire(source, target)); in fromwire_isdn()
H A Dnaptr_35.c208 RETERR(txt_fromwire(source, target)); in fromwire_naptr()
213 RETERR(txt_fromwire(source, target)); in fromwire_naptr()
219 RETERR(txt_fromwire(source, target)); in fromwire_naptr()
H A Dx25_19.c53 return (txt_fromwire(source, target)); in fromwire_x25()
H A Dgpos_27.c59 RETERR(txt_fromwire(source, target)); in fromwire_gpos()
H A Dtxt_16.c49 result = txt_fromwire(source, target); in generic_fromwire_txt()
H A Dresinfo_261.c49 result = txt_fromwire(source, target); in generic_fromwire_resinfo()
/openbsd/usr.bin/dig/lib/dns/
H A Drdata.c89 txt_fromwire(isc_buffer_t *source, isc_buffer_t *target);
1175 txt_fromwire(isc_buffer_t *source, isc_buffer_t *target) { in txt_fromwire() function