Searched refs:JSON_write (Results 1 – 1 of 1) sorted by relevance
97 static int JSON_write(int fd, cJSON *json);1744 if (JSON_write(test->ctrl_sck, j) < 0) { in send_parameters()1940 if (r == 0 && JSON_write(test->ctrl_sck, j) < 0) { in send_results()2115 JSON_write(int fd, cJSON *json) in JSON_write() function