Searched refs:cJSON_GetArrayItem (Results 1 – 3 of 3) sorted by relevance
161 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index);
1698 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) in cJSON_GetArrayItem() function
1949 j_stream = cJSON_GetArrayItem(j_streams, i); in get_results()