Searched refs:cJSON_AddStringToObject (Results 1 – 4 of 4) sorted by relevance
/external/iperf3/src/ |
D | iperf_error.c | 61 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_err() 99 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_errexit()
|
D | iperf_api.c | 830 cJSON_AddStringToObject(test->json_start, "cookie", test->cookie); in iperf_on_connect() 1882 cJSON_AddStringToObject(j, "title", test->title); in send_parameters() 1884 cJSON_AddStringToObject(j, "extra_data", test->extra_data); in send_parameters() 1886 cJSON_AddStringToObject(j, "congestion", test->congestion); in send_parameters() 1888 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_parameters() 1906 cJSON_AddStringToObject(j, "authtoken", test->settings->authtoken); in send_parameters() 1909 cJSON_AddStringToObject(j, "client_version", IPERF_VERSION); in send_parameters() 2046 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_results() 2072 cJSON_AddStringToObject(j, "server_output_text", output); in send_results() 3598 … cJSON_AddStringToObject(test->json_end, "sender_tcp_congestion", snd_congestion); in iperf_print_results() [all …]
|
D | cjson.h | 274 CJSON_PUBLIC(cJSON*) cJSON_AddStringToObject(cJSON * const object, const char * const name, const c…
|
D | cjson.c | 2145 CJSON_PUBLIC(cJSON*) cJSON_AddStringToObject(cJSON * const object, const char * const name, const c… in cJSON_AddStringToObject() function
|