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

/freebsd-11-stable/contrib/ldns/
H A Dstr2host.c873 uint8_t horiz_pre_b = 1, horiz_pre_e = 6; local
1006 if(!loc_parse_cm(my_str, &my_str, &horiz_pre_b, &horiz_pre_e))
1022 data[2] = ((horiz_pre_b << 4) & 0xf0) | (horiz_pre_e & 0x0f);
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c1536 uint8_t horiz_pre_b = 1, horiz_pre_e = 6; local
1671 if(!loc_parse_cm(my_str, &my_str, &horiz_pre_b, &horiz_pre_e))
1684 rd[2] = ((horiz_pre_b << 4) & 0xf0) | (horiz_pre_e & 0x0f);

Completed in 100 milliseconds