Home
last modified time | relevance | path

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

/src/contrib/unbound/sldns/
H A Dwire2str.c1724 uint8_t horizontal_precision; in sldns_wire2str_loc_scan() local
1742 horizontal_precision = (*d)[2]; in sldns_wire2str_loc_scan()
1792 w += loc_cm_print(str, sl, (horizontal_precision & 0xf0) >> 4, in sldns_wire2str_loc_scan()
1793 horizontal_precision & 0x0f); in sldns_wire2str_loc_scan()
/src/contrib/ldns/
H A Dhost2str.c707 uint8_t horizontal_precision; in ldns_rdf2buffer_str_loc() local
729 horizontal_precision = ldns_rdf_data(rdf)[2]; in ldns_rdf2buffer_str_loc()
779 loc_cm_print(output, (horizontal_precision & 0xf0) >> 4, in ldns_rdf2buffer_str_loc()
780 horizontal_precision & 0x0f); in ldns_rdf2buffer_str_loc()