Home | History | Annotate | Download | only in common

Lines Matching refs:COMMA

833 #define COMMA 0x2c
842 #define TO_BASE64_IMAP(n) ((n)<63 ? toBase64[n] : COMMA)
843 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])