Searched refs:next_char (Results 1 – 3 of 3) sorted by relevance
858 unsigned int next_char; member879 unsigned int next_char; in php_conv_qprint_decode_convert() local897 next_char = inst->next_char; in php_conv_qprint_decode_convert()956 next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); in php_conv_qprint_decode_convert()969 *(pd++) = next_char; in php_conv_qprint_decode_convert()1039 inst->next_char = next_char; in php_conv_qprint_decode_convert()1048 inst->next_char = 0; in php_conv_qprint_decode_ctor()
1042 unsigned next_char; in find_entity_for_char() local1047 next_char = get_next_char(charset, old, oldlen, cursor, &status); in find_entity_for_char()1060 if (s->normal_entry.second_cp == next_char) { in find_entity_for_char()
3637 char next_char = ZSTR_VAL(file_name)[prefix_len]; in phar_add_file() local3638 if (next_char == '/' || next_char == '\\' || next_char == '\0') { in phar_add_file()
Completed in 26 milliseconds