Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_error.c46 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_err()
67 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_errexit()
Diperf_api.c708 cJSON_AddStringToObject(test->json_start, "cookie", test->cookie); in iperf_on_connect()
1662 cJSON_AddStringToObject(j, "title", test->title); in send_parameters()
1664 cJSON_AddStringToObject(j, "extra_data", test->extra_data); in send_parameters()
1666 cJSON_AddStringToObject(j, "congestion", test->congestion); in send_parameters()
1668 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_parameters()
1676 cJSON_AddStringToObject(j, "authtoken", test->settings->authtoken); in send_parameters()
1679 cJSON_AddStringToObject(j, "client_version", IPERF_VERSION); in send_parameters()
1809 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_results()
1835 cJSON_AddStringToObject(j, "server_output_text", output); in send_results()
3292cJSON_AddStringToObject(test->json_end, "sender_tcp_congestion", snd_congestion); in iperf_print_results()
[all …]
Dcjson.h248 #define cJSON_AddStringToObject(object,name,s) cJSON_AddItemToObject(object, name, cJSON_CreateStri… macro