Home
last modified time | relevance | path

Searched refs:j_stream (Results 1 – 1 of 1) sorted by relevance

/iperf/src/
H A Diperf_api.c2307 cJSON *j_stream; in send_results() local
2366 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() local
2472 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 …]