Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dquot_print.c55 unsigned int h_nbl, l_nbl; in php_quot_print_decode() local
105 h_nbl = hexval_tbl[*p1]; in php_quot_print_decode()
106 if (h_nbl < 16) { in php_quot_print_decode()
112 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()
114 } else if (h_nbl < 64) { in php_quot_print_decode()
116 while (h_nbl == 32) { in php_quot_print_decode()
117 if (--i == 0 || (h_nbl = hexval_tbl[*(++p1)]) == 64) { in php_quot_print_decode()

Completed in 8 milliseconds