Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_api.c2023 cJSON *j_streams; in send_results() local
2077 j_streams = cJSON_CreateArray(); in send_results()
2078 if (j_streams == NULL) { in send_results()
2082 cJSON_AddItemToObject(j, "streams", j_streams); in send_results()
2089 cJSON_AddItemToArray(j_streams, j_stream); in send_results()
2136 cJSON *j_streams; in get_results() local
2183 j_streams = cJSON_GetObjectItem(j, "streams"); in get_results()
2184 if (j_streams == NULL) { in get_results()
2188 n = cJSON_GetArraySize(j_streams); in get_results()
2190 j_stream = cJSON_GetArrayItem(j_streams, i); in get_results()