Searched refs:cJSON_Print (Results 1 – 3 of 3) sorted by relevance
161 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item);
1912 char *str = cJSON_Print(j); in send_parameters()1942 str = cJSON_Print(j); in get_parameters()2109 char *str = cJSON_Print(j); in send_results()2167 char *str = cJSON_Print(j); in get_results()3636 char *str = cJSON_Print(test->json_server_output); in iperf_print_results()4217 test->json_output_string = cJSON_Print(test->json_top); in iperf_json_finish()
1257 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) in cJSON_Print() function