Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/sldns/
H A Dstr2wire.c2268 uint8_t size_b = 1, size_e = 2; in sldns_str2wire_loc_buf() local
2399 if(!loc_parse_cm(my_str, &my_str, &size_b, &size_e)) in sldns_str2wire_loc_buf()
2416 rd[1] = ((size_b << 4) & 0xf0) | (size_e & 0x0f); in sldns_str2wire_loc_buf()
/openbsd/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c2268 uint8_t size_b = 1, size_e = 2; in sldns_str2wire_loc_buf() local
2399 if(!loc_parse_cm(my_str, &my_str, &size_b, &size_e)) in sldns_str2wire_loc_buf()
2416 rd[1] = ((size_b << 4) & 0xf0) | (size_e & 0x0f); in sldns_str2wire_loc_buf()