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

/sendmail/mail.local/
H A Dmail.local.c1649 char Base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+_"; local
1688 b64[(4 * i) + j] = Base64[(bits & 0x3f)];

Completed in 10 milliseconds