Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Ddeflatehd.cc63 static char to_hex_digit(uint8_t n) { in to_hex_digit() function
73 *dest++ = to_hex_digit(src[i] >> 4); in to_hex()
74 *dest++ = to_hex_digit(src[i] & 0xf); in to_hex()