• Home
  • Raw
  • Download

Lines Matching defs:buf

159             char buf[bufSize] = { 0 };  in RollLogFile()  local
172 char buf[bufSize] = { 0 }; in RollLogFile() local
179 char buf[bufSize] = { 0 }; in RollLogFile() local
205 char buf[BUF_SIZE_DEFAULT4] = { 0 }; // only 4k to avoid stack overflow in 32bit or L0 in PrintLogEx() local
323 void AllocBufferCallback(uv_handle_t *handle, size_t sizeSuggested, uv_buf_t *buf) in AllocBufferCallback()
338 char buf[bufSize] = { 0 }; in SendCallback() local
409 int SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen) in SendToStream()
431 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h… in SendToStreamEx()
474 int SendToPollFd(int fd, const uint8_t *buf, const int bufLen) in SendToPollFd()
690 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen) in ReadBinFile()
758 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile()
812 char buf[BUF_SIZE_DEFAULT] = ""; in ProgramMutex() local
987 char buf[BUF_SIZE_DEFAULT] = { 0 }; in GetHdcAbsolutePath() local
1007 char buf[bufSize] = { 0 }; in CreateSocketPair() local
1129 char buf[bufSize] = { 0 }; in CheckDirectoryOrPath() local
1144 char buf[bufSize] = { 0 }; in CheckDirectoryOrPath() local
1515 char buf[bufSize] = { 0 }; in GetCwd() local
1541 char buf[bufSize] = { 0 }; in GetTmpDir() local
1660 int ReadFromFd(int fd, void *buf, size_t count) in ReadFromFd()
1677 int WriteToFd(int fd, const void *buf, size_t count) in WriteToFd()