Home
last modified time | relevance | path

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

/PHP-5.3/ext/json/
H A DJSON_parser.c427 int next_state; /* the next state */ in parse_JSON() local
454 if (next_state >= 0) { in parse_JSON()
459 if (next_state == ST && jp->state != U4) { in parse_JSON()
484 } else if (next_state == U2) { in parse_JSON()
486 } else if (next_state == U3) { in parse_JSON()
488 } else if (next_state == U4) { in parse_JSON()
490 } else if (next_state == ST && jp->state == U4) { in parse_JSON()
497 } else if (type == IS_LONG && next_state == E1) { in parse_JSON()
505 …} else if (type < IS_BOOL && ((jp->state == T3 && next_state == OK) || (jp->state == F4 && next_st… in parse_JSON()
512 jp->state = next_state; in parse_JSON()
[all …]

Completed in 5 milliseconds