next_char 441 ext/json/JSON_parser.c int next_char; /* the next character */ next_char 456 ext/json/JSON_parser.c next_char = utf16_json[the_index]; next_char 457 ext/json/JSON_parser.c if (next_char >= 128) { next_char 460 ext/json/JSON_parser.c next_class = ascii_class[next_char]; next_char 478 ext/json/JSON_parser.c utf16_to_utf8(&buf, next_char); next_char 480 ext/json/JSON_parser.c switch (next_char) { next_char 497 ext/json/JSON_parser.c utf16_to_utf8(&buf, next_char); next_char 502 ext/json/JSON_parser.c utf16 = dehexchar(next_char) << 12; next_char 504 ext/json/JSON_parser.c utf16 += dehexchar(next_char) << 8; next_char 506 ext/json/JSON_parser.c utf16 += dehexchar(next_char) << 4; next_char 508 ext/json/JSON_parser.c utf16 += dehexchar(next_char); next_char 513 ext/json/JSON_parser.c smart_str_appendc(&buf, next_char); next_char 516 ext/json/JSON_parser.c smart_str_appendc(&buf, next_char); next_char 519 ext/json/JSON_parser.c smart_str_appendc(&buf, next_char); next_char 527 ext/json/JSON_parser.c utf16_to_utf8(&buf, next_char); next_char 1001 ext/standard/filters.c unsigned int next_char; next_char 1024 ext/standard/filters.c unsigned int next_char; next_char 1042 ext/standard/filters.c next_char = inst->next_char; next_char 1101 ext/standard/filters.c next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); next_char 1114 ext/standard/filters.c *(pd++) = next_char; next_char 1184 ext/standard/filters.c inst->next_char = next_char; next_char 1193 ext/standard/filters.c inst->next_char = 0; next_char 1172 ext/standard/html.c unsigned next_char; next_char 1177 ext/standard/html.c next_char = get_next_char(charset, old, oldlen, cursor, &status); next_char 1190 ext/standard/html.c if (s->normal_entry.second_cp == next_char) {