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