Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dinflatehd.cc57 static uint8_t to_ud(char c) { in to_ud() function
70 *dest++ = to_ud(src[i]) << 4 | to_ud(src[i + 1]); in decode_hex()