Searched refs:ctx_value (Results 1 – 1 of 1) sorted by relevance
70 long ctx_value; in php_filter_parse_int() local105 ctx_value = (ctx_value * 10) + digit; in php_filter_parse_int()107 ctx_value = (ctx_value * 10) - digit; in php_filter_parse_int()116 *ret = ctx_value; in php_filter_parse_int()130 ((ctx_value = ctx_value * 8) > ((unsigned long)(~(long)0)) - n)) { in php_filter_parse_octal()133 ctx_value += n; in php_filter_parse_octal()139 *ret = (long)ctx_value; in php_filter_parse_octal()160 ((ctx_value = ctx_value * 16) > ((unsigned long)(~(long)0)) - n)) { in php_filter_parse_hex()163 ctx_value += n; in php_filter_parse_hex()178 long ctx_value; in php_filter_int() local[all …]
Completed in 6 milliseconds