Searched refs:IS_ESCAPED_CHAR (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Dstrescape.h4 #define IS_ESCAPED_CHAR(c) ((c) == '"' || (c) == '\\' || (c) == '\'') macro
H A Dstrescape.c14 if (IS_ESCAPED_CHAR(*p))
26 if (IS_ESCAPED_CHAR(*p))
/dovecot/src/lib-mail/
H A Dmessage-address.c55 if (IS_ESCAPED_CHAR(*p))
72 if (IS_ESCAPED_CHAR(*p))

Completed in 1316 milliseconds