rfc822_base64    2517 ext/imap/php_imap.c 	decode = (char *) rfc822_base64((unsigned char *) ZSTR_VAL(text), ZSTR_LEN(text), &newlength);
rfc822_base64    4300 ext/imap/php_imap.c 						decode = (char *)rfc822_base64((unsigned char *) text, strlen(text), &newlength); /* Decode 'B' encoded data */