Searched refs:j_streams (Results 1 – 1 of 1) sorted by relevance
1850 cJSON *j_streams; in send_results() local1904 j_streams = cJSON_CreateArray(); in send_results()1905 if (j_streams == NULL) { in send_results()1909 cJSON_AddItemToObject(j, "streams", j_streams); in send_results()1916 cJSON_AddItemToArray(j_streams, j_stream); in send_results()1963 cJSON *j_streams; in get_results() local2010 j_streams = cJSON_GetObjectItem(j, "streams"); in get_results()2011 if (j_streams == NULL) { in get_results()2015 n = cJSON_GetArraySize(j_streams); in get_results()2017 j_stream = cJSON_GetArrayItem(j_streams, i); in get_results()