Searched refs:HEXCHAR (Results 1 – 3 of 3) sorted by relevance
49 #define HEXCHAR(s) ((XDIGIT (s[1]) << 4) + XDIGIT (s[2])) macro62 *d++ = HEXCHAR (s); in form_decode()
755 #define HEXCHAR(s) ((XDIGIT (s[1]) << 4) + XDIGIT (s[2])) macro778 *d++ = HEXCHAR (s); in soup_uri_decoded_copy()834 c = HEXCHAR (s); in uri_normalized_copy()
280 #define HEXCHAR(s) ((XDIGIT (s[1]) << 4) + XDIGIT (s[2])) macro328 c = HEXCHAR (s); in uri_decoder()