Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dquot_print.c64 static unsigned int hexval_tbl[256] = { in php_quot_print_decode() local
109 h_nbl = hexval_tbl[*p1]; in php_quot_print_decode()
112 if ((--i) == 0 || (l_nbl = hexval_tbl[*(++p1)]) >= 16) { in php_quot_print_decode()
121 if (--i == 0 || (h_nbl = hexval_tbl[*(++p1)]) == 64) { in php_quot_print_decode()

Completed in 9 milliseconds