Searched defs:sendBuf (Results 1 – 4 of 4) sorted by relevance
64 int SpServerSocket::Sendto(std::string &sendBuf) in Sendto()71 int SpServerSocket::Send(std::string sendBuf) in Send()
62 string sendBuf = Base::StringFormat("%s-%d", HANDSHAKE_MESSAGE.c_str(), tcpListenPort); in TransmitConfig() local
64 int HdcTransferBase::SimpleFileIO(CtxFile *context, uint64_t index, uint8_t *sendBuf, int bytes) in SimpleFileIO()159 uint8_t *sendBuf = data - payloadPrefixReserve; in SendIOPayload() local
273 char* sendBuf = msgBuf.get(); in ClientSendReq() local