Searched refs:j_stream (Results 1 – 1 of 1) sorted by relevance
2307 cJSON *j_stream; in send_results() local2366 j_stream = cJSON_CreateObject(); in send_results()2367 if (j_stream == NULL) { in send_results()2371 cJSON_AddItemToArray(j_streams, j_stream); in send_results()2374 cJSON_AddNumberToObject(j_stream, "id", sp->id); in send_results()2420 cJSON *j_stream; in get_results() local2472 j_stream = cJSON_GetArrayItem(j_streams, i); in get_results()2473 if (j_stream == NULL) { in get_results()2477 j_id = cJSON_GetObjectItem(j_stream, "id"); in get_results()2478 j_bytes = cJSON_GetObjectItem(j_stream, "bytes"); in get_results()[all …]