Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_api.c1786 cJSON *j_streams; in send_results() local
1840 j_streams = cJSON_CreateArray(); in send_results()
1841 if (j_streams == NULL) { in send_results()
1845 cJSON_AddItemToObject(j, "streams", j_streams); in send_results()
1852 cJSON_AddItemToArray(j_streams, j_stream); in send_results()
1897 cJSON *j_streams; in get_results() local
1942 j_streams = cJSON_GetObjectItem(j, "streams"); in get_results()
1943 if (j_streams == NULL) { in get_results()
1947 n = cJSON_GetArraySize(j_streams); in get_results()
1949 j_stream = cJSON_GetArrayItem(j_streams, i); in get_results()