Home
last modified time | relevance | path

Searched refs:files_sendToSocketNB (Results 1 – 3 of 3) sorted by relevance

/external/honggfuzz/libcommon/
Dfiles.h45 bool files_sendToSocketNB(int fd, const uint8_t* buf, size_t fileSz);
Dfiles.c131 bool files_sendToSocketNB(int fd, const uint8_t* buf, size_t fileSz) { in files_sendToSocketNB() function
/external/honggfuzz/
Dsubproc.c142 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()