Home
last modified time | relevance | path

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

/external/jsmn/
Djsmn.c8 static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser, in jsmn_alloc_token()
9 jsmntok_t *tokens, size_t num_tokens) { in jsmn_alloc_token()
10 jsmntok_t *tok; in jsmn_alloc_token()
26 static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type, in jsmn_fill_token()
38 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_primitive()
39 jsmntok_t *token; in jsmn_parse_primitive()
87 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_string()
88 jsmntok_t *token; in jsmn_parse_string()
154 jsmntok_t *tokens, unsigned int num_tokens) { in jsmn_parse()
157 jsmntok_t *token; in jsmn_parse()
Djsmn_test.c48 jsmntok_t t[10]; in test_empty()
86 jsmntok_t tokens[10]; in test_simple()
117 jsmntok_t tok[10]; in test_primitive()
166 jsmntok_t tok[10]; in test_string()
199 jsmntok_t tok[10]; in test_partial_string()
239 jsmntok_t tok[10]; in test_unquoted_keys()
260 jsmntok_t tok[10]; in test_partial_array()
299 jsmntok_t toksmall[10], toklarge[10]; in test_array_nomem()
326 jsmntok_t tokens[10]; in test_objects_arrays()
356 jsmntok_t tokens[128]; in test_issue_22()
[all …]
Djsmn.h45 } jsmntok_t; typedef
67 jsmntok_t *tokens, unsigned int num_tokens);
DREADME.md53 Token is an object of jsmntok_t type:
59 } jsmntok_t;
63 jsmntok_t tokens[10];