Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfilters.c999 unsigned int next_char; member
1020 unsigned int next_char; in php_conv_qprint_decode_convert() local
1038 next_char = inst->next_char; in php_conv_qprint_decode_convert()
1097 next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); in php_conv_qprint_decode_convert()
1110 *(pd++) = next_char; in php_conv_qprint_decode_convert()
1179 inst->next_char = next_char; in php_conv_qprint_decode_convert()
1188 inst->next_char = 0; in php_conv_qprint_decode_ctor()
H A Dhtml.c1121 unsigned next_char; in find_entity_for_char() local
1126 next_char = get_next_char(charset, old, oldlen, cursor, &status); in find_entity_for_char()
1139 if (s->normal_entry.second_cp == next_char) { in find_entity_for_char()

Completed in 31 milliseconds