Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dquot_print.c59 register unsigned int h_nbl, l_nbl; in php_quot_print_decode() local
109 h_nbl = hexval_tbl[*p1]; in php_quot_print_decode()
110 if (h_nbl < 16) { in php_quot_print_decode()
116 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()
118 } else if (h_nbl < 64) { in php_quot_print_decode()
120 while (h_nbl == 32) { in php_quot_print_decode()
121 if (--i == 0 || (h_nbl = hexval_tbl[*(++p1)]) == 64) { in php_quot_print_decode()

Completed in 4 milliseconds