Home
last modified time | relevance | path

Searched refs:itoa64 (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dcrypt.c137 static unsigned char itoa64[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; variable
142 *s++ = itoa64[v&0x3f]; in php_to64()
H A Dphp_crypt_r.c114 static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ variable
121 *s++ = itoa64[v & 0x3f]; in to64()

Completed in 8 milliseconds