Searched refs:files_sendToSocket (Results 1 – 3 of 3) sorted by relevance
53 bool files_sendToSocket(int fd, const uint8_t* buf, size_t fileSz);
181 bool files_sendToSocket(int fd, const uint8_t* buf, size_t fileSz) { in files_sendToSocket() function
323 if (!files_sendToSocket(sock, buf, len)) { in LLVMFuzzerTestOneInput()