Searched refs:expecting_item (Results 1 – 1 of 1) sorted by relevance
187 int expecting_item = 1; in jsmn_parse() local199 if (!expecting_item) in jsmn_parse()214 if (expecting_item) in jsmn_parse()241 if (!expecting_item) in jsmn_parse()243 expecting_item = 0; in jsmn_parse()260 if (expecting_item) in jsmn_parse()262 expecting_item = 1; in jsmn_parse()295 if (!expecting_item) in jsmn_parse()297 expecting_item = 0; in jsmn_parse()322 return expecting_item ? JSMN_ERROR_INVAL : JSMN_SUCCESS; in jsmn_parse()