Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/pmu-events/
Djsmn.c186 int expecting_item = 1; in jsmn_parse() local
198 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()