Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dquot_print.c57 register unsigned int h_nbl, l_nbl; in php_quot_print_decode() local
107 h_nbl = hexval_tbl[*p1]; in php_quot_print_decode()
108 if (h_nbl < 16) { in php_quot_print_decode()
114 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()
116 } else if (h_nbl < 64) { in php_quot_print_decode()
118 while (h_nbl == 32) { in php_quot_print_decode()
119 if (--i == 0 || (h_nbl = hexval_tbl[*(++p1)]) == 64) { in php_quot_print_decode()

Completed in 6 milliseconds