Lines Matching refs:uint8_t
21 uint8_t GetLogLevel();
22 extern uint8_t g_logLevel;
23 void SetLogLevel(const uint8_t logLevel);
24 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
29 void ReallocBuf(uint8_t **origBuf, int *nOrigSize, size_t sizeWanted);
31 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h…
33 int SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen);
34 int SendToPollFd(int fd, const uint8_t *buf, const int bufLen);
58 …int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile = fal…
76 int Base64EncodeBuf(const uint8_t *input, const int length, uint8_t *bufOut);
77 vector<uint8_t> Base64Encode(const uint8_t *input, const int length);
78 int Base64DecodeBuf(const uint8_t *input, const int length, uint8_t *bufOut);
79 string Base64Decode(const uint8_t *input, const int length);
107 bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, void *data,
108 std::function<void(const uint8_t, string &, const void *)> cb);
110 std::function<void(const uint8_t, string &, const void *)> cb) in DelayDoSimple() argument
114 …inline bool DoNextLoop(uv_loop_t *loop, void *data, std::function<void(const uint8_t, string &, co… in DoNextLoop() argument
139 uint8_t CalcCheckSum(const uint8_t *data, int len);