Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/pmu-events/
Djsmn.c47 static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type, in jsmn_fill_token() function
108 jsmn_fill_token(token, JSMN_PRIMITIVE, start, parser->pos); in jsmn_parse_primitive()
136 jsmn_fill_token(token, JSMN_STRING, start+1, in jsmn_parse_string()