Home
last modified time | relevance | path

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

/PHP-5.5/ext/json/
H A DJSON_parser.c441 int next_char; /* the next character */ in parse_JSON_ex() local
456 next_char = utf16_json[the_index]; in parse_JSON_ex()
457 if (next_char >= 128) { in parse_JSON_ex()
460 next_class = ascii_class[next_char]; in parse_JSON_ex()
478 utf16_to_utf8(&buf, next_char); in parse_JSON_ex()
480 switch (next_char) { in parse_JSON_ex()
508 utf16 += dehexchar(next_char); in parse_JSON_ex()
513 smart_str_appendc(&buf, next_char); in parse_JSON_ex()
516 smart_str_appendc(&buf, next_char); in parse_JSON_ex()
519 smart_str_appendc(&buf, next_char); in parse_JSON_ex()
[all …]
/PHP-5.5/ext/standard/
H A Dfilters.c1001 unsigned int next_char; member
1024 unsigned int next_char; in php_conv_qprint_decode_convert() local
1042 next_char = inst->next_char; in php_conv_qprint_decode_convert()
1101 next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); in php_conv_qprint_decode_convert()
1114 *(pd++) = next_char; in php_conv_qprint_decode_convert()
1184 inst->next_char = next_char; in php_conv_qprint_decode_convert()
1193 inst->next_char = 0; in php_conv_qprint_decode_ctor()
H A Dhtml.c1160 unsigned next_char; in find_entity_for_char() local
1165 next_char = get_next_char(charset, old, oldlen, cursor, &status); in find_entity_for_char()
1178 if (s->normal_entry.second_cp == next_char) { in find_entity_for_char()

Completed in 23 milliseconds