Lines Matching refs:deUint8
40 static void writeMessageHeader (de::BlockBuffer<deUint8>& dst, xs::MessageType type, int messageSiz… in writeMessageHeader()
42 deUint8 hdr[xs::MESSAGE_HEADER_SIZE]; in writeMessageHeader()
47 static void writeKeepalive (de::BlockBuffer<deUint8>& dst) in writeKeepalive()
53 static void writeExecuteBinary (de::BlockBuffer<deUint8>& dst, const char* name, const char* params… in writeExecuteBinary()
62 dst.write(nameSize, (const deUint8*)name); in writeExecuteBinary()
63 dst.write(paramsSize, (const deUint8*)params); in writeExecuteBinary()
64 dst.write(workDirSize, (const deUint8*)workDir); in writeExecuteBinary()
65 dst.write(caseListSize, (const deUint8*)caseList); in writeExecuteBinary()
69 static void writeStopExecution (de::BlockBuffer<deUint8>& dst) in writeStopExecution()
136 void TcpIpLinkState::onTestLogData (const deUint8* bytes, size_t numBytes) const in onTestLogData()
150 void TcpIpLinkState::onInfoLogData (const deUint8* bytes, size_t numBytes) const in onInfoLogData()
205 deUint8 buf[SEND_BUFFER_BLOCK_SIZE]; in run()
219 catch (const de::BlockBuffer<deUint8>::CanceledException&) in run()
362 void TcpIpRecvThread::handleMessage (xs::MessageType messageType, const deUint8* data, size_t dataS… in handleMessage()
528 catch (const de::BlockBuffer<deUint8>::CanceledException&) in keepaliveTimerCallback()