jsmntok_t
size_t len, jsmntok_t *tokens, size_t num_tokens) {
jsmntok_t *token;
jsmntok_t *tokens, unsigned int num_tokens) {
jsmntok_t *token;
static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser,
jsmntok_t *tokens, size_t num_tokens) {
jsmntok_t *t = &tokens[parser->toksuper];
jsmntok_t *tok;
static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type,
size_t len, jsmntok_t *tokens, size_t num_tokens) {
jsmntok_t *token;
jsmntok_t *tokens, unsigned int num_tokens);
jsmntree_alloc(jsmntok_t *t, const char *js, size_t sz)
jsmntok_t *tok, *ntok;
if ((tok = calloc(tokcount, sizeof(jsmntok_t))) == NULL) {
sizeof(jsmntok_t))) == NULL) {
jsmntok_t *t, const char *js, size_t sz)