Searched refs:cJSON_AddStringToObject (Results 1 – 5 of 5) sorted by relevance
| /iperf/src/ |
| H A D | iperf_error.c | 61 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_err() 100 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_errexit()
|
| H A D | iperf_api.c | 920 cJSON_AddStringToObject(test->json_start, "cookie", test->cookie); in iperf_on_connect() 2152 cJSON_AddStringToObject(j, "title", test->title); in send_parameters() 2154 cJSON_AddStringToObject(j, "extra_data", test->extra_data); in send_parameters() 2156 cJSON_AddStringToObject(j, "congestion", test->congestion); in send_parameters() 2158 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_parameters() 2182 cJSON_AddStringToObject(j, "authtoken", test->settings->authtoken); in send_parameters() 2185 cJSON_AddStringToObject(j, "client_version", IPERF_VERSION); in send_parameters() 2328 cJSON_AddStringToObject(j, "congestion_used", test->congestion_used); in send_results() 2354 cJSON_AddStringToObject(j, "server_output_text", output); in send_results() 4622 cJSON_AddStringToObject(test->json_top, "title", test->title); in iperf_json_finish() [all …]
|
| H A D | cjson.h | 274 CJSON_PUBLIC(cJSON*) cJSON_AddStringToObject(cJSON * const object, const char * const name, const c…
|
| H A D | iperf_client_api.c | 709 cJSON_AddStringToObject(test->json_top, "error", iperf_strerror(i_errno)); in iperf_run_client()
|
| H A D | cjson.c | 2145 CJSON_PUBLIC(cJSON*) cJSON_AddStringToObject(cJSON * const object, const char * const name, const c… in cJSON_AddStringToObject() function
|