Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/libkern/
H A Durl_encode.c32 hex2int(int c) in hex2int() function
66 c += hex2int(*str++); in url_decode()
69 c = (char)((c << 4) + hex2int(*str++)); in url_decode()