Searched refs:char_to_hex (Results 1 – 5 of 5) sorted by relevance
118 signed char char_to_hex(const char c) in char_to_hex() function138 int t = char_to_hex(*h++), t1; in lws_hex_to_byte_array()143 t1 = char_to_hex(*h++); in lws_hex_to_byte_array()708 n = char_to_hex(*escaped); in lws_urldecode()717 n = char_to_hex(*escaped); in lws_urldecode()
784 signed char char_to_hex(const char c);
814 if (char_to_hex((char)c) < 0) in lws_parse_urldecode()823 if (char_to_hex((char)c) < 0) in lws_parse_urldecode()827 *_c = (uint8_t)(unsigned int)((char_to_hex(ah->esc_stash) << 4) | in lws_parse_urldecode()828 char_to_hex((char)c)); in lws_parse_urldecode()
226 n = char_to_hex(*in); in lws_urldecode_s_process()236 n = char_to_hex(*in); in lws_urldecode_s_process()
1401 n = char_to_hex((*buf)[0]); in lws_http_client_read()