Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_crypt_r.c86 static const unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ variable
93 *s++ = itoa64[v & 0x3f]; in to64()

Completed in 6 milliseconds