Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
H A Dfetch.c301 fetch_hexval(char ch) in fetch_hexval() function
327 if (s[0] == '%' && (d1 = fetch_hexval(s[1])) >= 0 && in fetch_pctdecode()
328 (d2 = fetch_hexval(s[2])) >= 0 && (d1 > 0 || d2 > 0)) { in fetch_pctdecode()