Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-form.c49 #define HEXCHAR(s) ((XDIGIT (s[1]) << 4) + XDIGIT (s[2])) macro
62 *d++ = HEXCHAR (s); in form_decode()
Dsoup-uri.c755 #define HEXCHAR(s) ((XDIGIT (s[1]) << 4) + XDIGIT (s[2])) macro
778 *d++ = HEXCHAR (s); in soup_uri_decoded_copy()
834 c = HEXCHAR (s); in uri_normalized_copy()
/third_party/glib/glib/
Dguri.c280 #define HEXCHAR(s) ((XDIGIT (s[1]) << 4) + XDIGIT (s[2])) macro
328 c = HEXCHAR (s); in uri_decoder()