itoa64            143 ext/standard/crypt.c static unsigned char itoa64[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
itoa64            148 ext/standard/crypt.c 		*s++ = itoa64[v&0x3f];
itoa64            114 ext/standard/php_crypt_r.c static unsigned char itoa64[] =		/* 0 ... 63 => ascii - 64 */
itoa64            121 ext/standard/php_crypt_r.c 		*s++ = itoa64[v & 0x3f];