Searched refs:itoa64 (Results 1 – 2 of 2) sorted by relevance
143 static unsigned char itoa64[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; variable148 *s++ = itoa64[v&0x3f]; in php_to64()
114 static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ variable121 *s++ = itoa64[v & 0x3f]; in to64()
Completed in 5 milliseconds