Lines Matching refs:JSMN_ARRAY
61 check(t[0].type == JSMN_ARRAY); in test_empty()
70 check(t[2].type == JSMN_ARRAY && t[2].start == 5 && t[2].end == 7); in test_empty()
76 check(t[0].type == JSMN_ARRAY && t[0].start == 0 && t[0].end == 7); in test_empty()
276 check(r == JSMN_ERROR_PART && tok[0].type == JSMN_ARRAY in test_partial_array()
281 check(r == JSMN_ERROR_PART && tok[0].type == JSMN_ARRAY in test_partial_array()
283 && tok[3].type == JSMN_ARRAY && tok[4].type == JSMN_PRIMITIVE); in test_partial_array()
287 check(r == JSMN_ERROR_PART && tok[0].type == JSMN_ARRAY in test_partial_array()
289 && tok[3].type == JSMN_ARRAY && tok[4].type == JSMN_PRIMITIVE in test_partial_array()
296 check(r >= 0 && tok[0].type == JSMN_ARRAY in test_partial_array()
298 && tok[3].type == JSMN_ARRAY && tok[4].type == JSMN_PRIMITIVE in test_partial_array()
326 check(toklarge[0].type == JSMN_ARRAY && toklarge[0].size == 3); in test_array_nomem()
327 check(toklarge[3].type == JSMN_ARRAY && toklarge[3].size == 2); in test_array_nomem()
382 } else if (tokens[i].type == JSMN_ARRAY) { in test_issue_22()
559 #define JSMN_ARRAY JSMN_ARRAY_NONSTRICT macro