Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds