Home | History | Annotate | Download | only in common

Lines Matching full:slash

860 #define SLASH 0x2f
869 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])