Searched refs:hex2int (Results 1 – 1 of 1) sorted by relevance
32 hex2int(int c) in hex2int() function66 c += hex2int(*str++); in url_decode()69 c = (char)((c << 4) + hex2int(*str++)); in url_decode()