Lines Matching defs:buf
156 char buf[bufSize] = { 0 }; in RollLogFile() local
169 char buf[bufSize] = { 0 }; in RollLogFile() local
176 char buf[bufSize] = { 0 }; in RollLogFile() local
202 char buf[BUF_SIZE_DEFAULT4] = { 0 }; // only 4k to avoid stack overflow in 32bit or L0 in PrintLogEx() local
320 void AllocBufferCallback(uv_handle_t *handle, size_t sizeSuggested, uv_buf_t *buf) in AllocBufferCallback()
335 char buf[bufSize] = { 0 }; in SendCallback() local
458 int SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen) in SendToStream()
480 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h… in SendToStreamEx()
519 int SendToPollFd(int fd, const uint8_t *buf, const int bufLen) in SendToPollFd()
735 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen) in ReadBinFile()
803 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile()
857 char buf[BUF_SIZE_DEFAULT] = ""; in ProgramMutex() local
1032 char buf[BUF_SIZE_DEFAULT] = { 0 }; in GetHdcAbsolutePath() local
1052 char buf[bufSize] = { 0 }; in CreateSocketPair() local
1174 char buf[bufSize] = { 0 }; in CheckDirectoryOrPath() local
1189 char buf[bufSize] = { 0 }; in CheckDirectoryOrPath() local
1223 char buf[bufSize] = { 0 }; in TryCreateDirectory() local
1562 char buf[bufSize] = { 0 }; in GetCwd() local
1588 char buf[bufSize] = { 0 }; in GetTmpDir() local
1704 int ReadFromFd(int fd, void *buf, size_t count) in ReadFromFd()
1721 int WriteToFd(int fd, const void *buf, size_t count) in WriteToFd()