Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dhex_quote.c84 VSTRING *hex_unquote(VSTRING *raw, const char *hex) in hex_unquote() function
142 if (hex_unquote(raw, STR(hex)) == 0) in main()
H A Dhex_quote.h25 extern VSTRING *hex_unquote(VSTRING *, const char *);
H A Ddict_tcp.c232 || !hex_unquote(dict_tcp->raw_buf, start + 4)) { in dict_tcp_lookup()