Searched refs:cJSON_Print (Results 1 – 4 of 4) sorted by relevance
161 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item);
2054 char *str = cJSON_Print(j); in send_parameters()2084 str = cJSON_Print(j); in get_parameters()2255 char *str = cJSON_Print(j); in send_results()2313 char *str = cJSON_Print(j); in get_results()3793 char *str = cJSON_Print(test->json_server_output); in iperf_print_results()4439 char *str = cJSON_Print(test->json_top); in iperf_json_finish()
1257 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) in cJSON_Print() function
65 jsonOut = cJSON_Print(json); in String2JsonString()102 jsonOut = cJSON_Print(aJson); in Json2String()