Lines Matching refs:cJSON_AddStringToObject
738 cJSON_AddStringToObject(test->json_start, "cookie", test->cookie); in iperf_on_connect()
1719 cJSON_AddStringToObject(j, "title", test->title); in send_parameters()
1721 cJSON_AddStringToObject(j, "extra_data", test->extra_data); in send_parameters()
1723 cJSON_AddStringToObject(j, "congestion", test->congestion); in send_parameters()
1725 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_parameters()
1735 cJSON_AddStringToObject(j, "authtoken", test->settings->authtoken); in send_parameters()
1738 cJSON_AddStringToObject(j, "client_version", IPERF_VERSION); in send_parameters()
1873 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_results()
1899 cJSON_AddStringToObject(j, "server_output_text", output); in send_results()
3382 … cJSON_AddStringToObject(test->json_end, "sender_tcp_congestion", snd_congestion); in iperf_print_results()
3385 … cJSON_AddStringToObject(test->json_end, "receiver_tcp_congestion", rcv_congestion); in iperf_print_results()
3983 cJSON_AddStringToObject(test->json_top, "title", test->title); in iperf_json_finish()
3985 cJSON_AddStringToObject(test->json_top, "extra_data", test->extra_data); in iperf_json_finish()
3991 cJSON_AddStringToObject(test->json_top, "server_output_text", test->server_output_text); in iperf_json_finish()