Searched refs:cJSON_Print (Results 1 – 3 of 3) sorted by relevance
161 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item);
2188 char *str = cJSON_Print(j); in send_parameters()2218 str = cJSON_Print(j); in get_parameters()2391 char *str = cJSON_Print(j); in send_results()2449 char *str = cJSON_Print(j); in get_results()3985 char *str = cJSON_Print(test->json_server_output); in iperf_print_results()4635 char *str = cJSON_Print(test->json_top); in iperf_json_finish()
1257 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) in cJSON_Print() function