Searched refs:index_item (Results 1 – 2 of 2) sorted by relevance
733 cJSON *index_item, *item; in j2s_json_to_array_with_index() local753 index_item = cJSON_GetArrayItem(index_json, i); in j2s_json_to_array_with_index()754 index = cJSON_GetNumberValue(index_item); in j2s_json_to_array_with_index()777 index_item = cJSON_GetArrayItem(index_json, i); in j2s_json_to_array_with_index()778 index = cJSON_GetNumberValue(index_item); in j2s_json_to_array_with_index()
937 cJSON *index_item, *item; in j2s_json_to_array_with_index() local957 index_item = cJSON_GetArrayItem(index_json, i); in j2s_json_to_array_with_index()958 index = cJSON_GetNumberValue(index_item); in j2s_json_to_array_with_index()981 index_item = cJSON_GetArrayItem(index_json, i); in j2s_json_to_array_with_index()982 index = cJSON_GetNumberValue(index_item); in j2s_json_to_array_with_index()