Searched refs:hexbytes (Results 1 – 2 of 2) sorted by relevance
1238 static const unsigned char hexbytes[] = "0123456789abcdef"; in ares_dns_addr_to_ptr() local1264 status = ares__buf_append_byte(buf, hexbytes[c]); in ares_dns_addr_to_ptr()1275 status = ares__buf_append_byte(buf, hexbytes[c]); in ares_dns_addr_to_ptr()
1062 static const unsigned char hexbytes[] = "0123456789ABCDEF"; in ares__buf_append_num_hex() local1070 status = ares__buf_append_byte(buf, hexbytes[(num >> ((i - 1) * 4)) & 0xF]); in ares__buf_append_num_hex()