Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dutil.c1395 static const char hexChars[] = "0123456789ABCDEF"; variable
1405 (*signature)[++pos] = hexChars[((const unsigned char *)digest)[len] >> 4]; in phar_hex_str()
1406 (*signature)[++pos] = hexChars[((const unsigned char *)digest)[len] & 0x0F]; in phar_hex_str()

Completed in 10 milliseconds