Home | History | Annotate | Download | only in executor

Lines Matching refs:deUint8

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