Searched refs:files_sendToSocketNB (Results 1 – 3 of 3) sorted by relevance
45 bool files_sendToSocketNB(int fd, const uint8_t* buf, size_t fileSz);
131 bool files_sendToSocketNB(int fd, const uint8_t* buf, size_t fileSz) { in files_sendToSocketNB() function
142 if (!files_sendToSocketNB(run->persistentSock, (uint8_t*)&len, sizeof(len))) { in subproc_persistentSendFile()146 if (!files_sendToSocketNB(run->persistentSock, run->dynamicFile, run->dynamicFileSz)) { in subproc_persistentSendFile()