Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
Dlibwebsockets.c118 signed char char_to_hex(const char c) in char_to_hex() function
138 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()
Dprivate-lib-core.h784 signed char char_to_hex(const char c);
/third_party/libwebsockets/lib/roles/http/
Dparsers.c814 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()
/third_party/libwebsockets/lib/roles/http/server/
Dlws-spa.c226 n = char_to_hex(*in); in lws_urldecode_s_process()
236 n = char_to_hex(*in); in lws_urldecode_s_process()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c1401 n = char_to_hex((*buf)[0]); in lws_http_client_read()