Searched defs:quoted (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-smtp/
H A Dsmtp-syntax.c43 bool quoted = FALSE; local
56 if (!quoted && p < pend) {
57 quoted = TRUE;
65 i_assert(quoted);
75 if (quoted)
H A Dsmtp-address.c249 /* if the local part is a quoted string, parse it as any other
261 quoted string */
503 bool quoted = FALSE; variable
521 if (!quoted && p < pend && (*p != '.' || p == pblock)) {
522 quoted = TRUE;
530 if (!quoted) {
544 quoted = TRUE;
548 if (quoted)

Completed in 11 milliseconds