Searched refs:expecting_item (Results 1 – 1 of 1) sorted by relevance
186 int expecting_item = 1; in jsmn_parse() local198 if (!expecting_item) in jsmn_parse()213 if (expecting_item) in jsmn_parse()240 if (!expecting_item) in jsmn_parse()242 expecting_item = 0; in jsmn_parse()259 if (expecting_item) in jsmn_parse()261 expecting_item = 1; in jsmn_parse()294 if (!expecting_item) in jsmn_parse()296 expecting_item = 0; in jsmn_parse()321 return expecting_item ? JSMN_ERROR_INVAL : JSMN_SUCCESS; in jsmn_parse()