HomeSort by relevance Sort by last modified time
    Searched refs:files_sendToSocketNB (Results 1 - 3 of 3) sorted by null

  /external/honggfuzz/libhfcommon/
files.h 51 bool files_sendToSocketNB(int fd, const uint8_t* buf, size_t fileSz);
files.c 168 bool files_sendToSocketNB(int fd, const uint8_t* buf, size_t fileSz) {
  /external/honggfuzz/
subproc.c 128 if (!files_sendToSocketNB(run->persistentSock, (uint8_t*)&len, sizeof(len))) {
129 PLOG_W("files_sendToSocketNB(len=%zu)", sizeof(len));

Completed in 46 milliseconds