Searched refs:numToSend (Results 1 - 1 of 1) sorted by relevance

/external/deqp/executor/
H A DxeTcpIpLink.cpp209 size_t numToSend = 0; local
217 numToSend = 1 + m_buffer.tryRead(DE_LENGTH_OF_ARRAY(buf)-1, &buf[1]);
224 while (numSent < numToSend)
226 result = m_socket.send(&buf[numSent], numToSend-numSent, &numSent);

Completed in 45 milliseconds