Searched refs:hex_unquote (Results 1 – 3 of 3) sorted by relevance
84 VSTRING *hex_unquote(VSTRING *raw, const char *hex) in hex_unquote() function142 if (hex_unquote(raw, STR(hex)) == 0) in main()
25 extern VSTRING *hex_unquote(VSTRING *, const char *);
232 || !hex_unquote(dict_tcp->raw_buf, start + 4)) { in dict_tcp_lookup()