ascii64           175 ext/standard/crypt_freesec.c static unsigned char	ascii64[] =
ascii64           647 ext/standard/crypt_freesec.c 			if (ascii64[value] != setting[i])
ascii64           656 ext/standard/crypt_freesec.c 			if (ascii64[value] != setting[i])
ascii64           709 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 18) & 0x3f];
ascii64           710 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 12) & 0x3f];
ascii64           711 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 6) & 0x3f];
ascii64           712 ext/standard/crypt_freesec.c 	*p++ = ascii64[l & 0x3f];
ascii64           715 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 18) & 0x3f];
ascii64           716 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 12) & 0x3f];
ascii64           717 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 6) & 0x3f];
ascii64           718 ext/standard/crypt_freesec.c 	*p++ = ascii64[l & 0x3f];
ascii64           721 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 12) & 0x3f];
ascii64           722 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 6) & 0x3f];
ascii64           723 ext/standard/crypt_freesec.c 	*p++ = ascii64[l & 0x3f];