Lines Matching refs:JSON_TOK_ARRAY_START
335 if (tok.type != JSON_TOK_ARRAY_START) { in arr_init()
346 case JSON_TOK_ARRAY_START: in element_token()
443 kv->value.type == JSON_TOK_ARRAY_START) { in skip_field()
447 case JSON_TOK_ARRAY_START: in skip_field()
851 if (type1 == JSON_TOK_ARRAY_START && type2 == JSON_TOK_MIXED_ARRAY) { in equivalent_types()
893 type1 == JSON_TOK_ARRAY_START || in equivalent_types()
897 if (type1 == JSON_TOK_ARRAY_START && type2 == JSON_TOK_OBJ_ARRAY) { in equivalent_types()
927 case JSON_TOK_ARRAY_START: in decode_value()
1029 case JSON_TOK_ARRAY_START: { in get_elem_size()
1075 if (elem_descr->type == JSON_TOK_ARRAY_START) { in arr_parse()
1097 if (elem_descr->type == JSON_TOK_ARRAY_START) { in arr_parse()
1142 } else if (*obj->lex.pos == JSON_TOK_ARRAY_START) { in arr_data_parse()
1397 if (elem_descr->type == JSON_TOK_ARRAY_START) { in arr_encode()
1707 case JSON_TOK_ARRAY_START: in encode()
1880 case JSON_TOK_ARRAY_START: { in extract_raw_json_data()
1924 case JSON_TOK_ARRAY_START: { in decode_mixed_value()
1928 if (actual_elem_descr->type == JSON_TOK_ARRAY_START) { in decode_mixed_value()
2027 case JSON_TOK_ARRAY_START: { in encode_mixed_value()
2030 if (actual_elem_descr->type == JSON_TOK_ARRAY_START) { in encode_mixed_value()
2114 case JSON_TOK_ARRAY_START: in mixed_arr_parse()
2177 case JSON_TOK_ARRAY_START: in json_mixed_arr_encode()