Home
last modified time | relevance | path

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

/freebsd/contrib/ldns/
H A Dstr2host.c930 uint8_t vert_pre_b = 1, vert_pre_e = 3; in ldns_str2rdf_loc() local
1067 if(!loc_parse_cm(my_str, &my_str, &vert_pre_b, &vert_pre_e)) in ldns_str2rdf_loc()
1079 data[3] = ((vert_pre_b << 4) & 0xf0) | (vert_pre_e & 0x0f); in ldns_str2rdf_loc()
/freebsd/contrib/unbound/sldns/
H A Dstr2wire.c2270 uint8_t vert_pre_b = 1, vert_pre_e = 3; in sldns_str2wire_loc_buf() local
2409 if(!loc_parse_cm(my_str, &my_str, &vert_pre_b, &vert_pre_e)) in sldns_str2wire_loc_buf()
2418 rd[3] = ((vert_pre_b << 4) & 0xf0) | (vert_pre_e & 0x0f); in sldns_str2wire_loc_buf()