Searched refs:hexval_tbl (Results 1 – 1 of 1) sorted by relevance
56 static unsigned int hexval_tbl[256] = { in php_quot_print_decode() local101 h_nbl = hexval_tbl[*p1]; in php_quot_print_decode()104 if ((--i) == 0 || (l_nbl = hexval_tbl[*(++p1)]) >= 16) { in php_quot_print_decode()113 if (--i == 0 || (h_nbl = hexval_tbl[*(++p1)]) == 64) { in php_quot_print_decode()
Completed in 4 milliseconds