rfc822_base64    2469 ext/imap/php_imap.c 	decode = (char *) rfc822_base64((unsigned char *) text, text_len, &newlength);
rfc822_base64    4259 ext/imap/php_imap.c 						decode = (char *)rfc822_base64((unsigned char *) text, strlen(text), &newlength); /* Decode 'B' encoded data */