Searched refs:json_top (Results 1 – 3 of 3) sorted by relevance
/external/iperf3/src/ |
D | iperf_error.c | 60 if (test != NULL && test->json_output && test->json_top != NULL) in iperf_err() 61 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_err() 98 if (test != NULL && test->json_output && test->json_top != NULL) { in iperf_errexit() 99 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_errexit()
|
D | iperf_api.c | 2053 cJSON_AddItemReferenceToObject(j, "server_output_json", test->json_top); in send_results() 4181 test->json_top = cJSON_CreateObject(); in iperf_json_start() 4182 if (test->json_top == NULL) in iperf_json_start() 4187 cJSON_AddItemToObject(test->json_top, "start", test->json_start); in iperf_json_start() 4195 cJSON_AddItemToObject(test->json_top, "intervals", test->json_intervals); in iperf_json_start() 4199 cJSON_AddItemToObject(test->json_top, "end", test->json_end); in iperf_json_start() 4207 cJSON_AddStringToObject(test->json_top, "title", test->title); in iperf_json_finish() 4209 cJSON_AddStringToObject(test->json_top, "extra_data", test->extra_data); in iperf_json_finish() 4212 cJSON_AddItemToObject(test->json_top, "server_output_json", test->json_server_output); in iperf_json_finish() 4215 cJSON_AddStringToObject(test->json_top, "server_output_text", test->server_output_text); in iperf_json_finish() [all …]
|
D | iperf.h | 357 cJSON *json_top; member
|