Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/dig/lib/dns/rdata/in_1/
Dsvcb_64.c93 isc_region_t val_region; in totext_in_svcb_https() local
107 val_region = region; in totext_in_svcb_https()
108 val_region.length = svc_param_value_len; in totext_in_svcb_https()
114 INSIST(val_region.length % 2 == 0); in totext_in_svcb_https()
116 while (val_region.length > 0) { in totext_in_svcb_https()
117 man_key = uint16_fromregion(&val_region); in totext_in_svcb_https()
118 isc_region_consume(&val_region, 2); in totext_in_svcb_https()
121 if (val_region.length != 0) in totext_in_svcb_https()
127 while (val_region.length > 0) { in totext_in_svcb_https()
128 txt_totext(&val_region, 0, target); in totext_in_svcb_https()
[all …]