Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTParse.c245 static int hex_decode(int ch) in hex_decode() function
279 && (hi = hex_decode(src[0])) >= 0 in convert_to_idna()
280 && (lo = hex_decode(src[1])) >= 0) { in convert_to_idna()