Home
last modified time | relevance | path

Searched refs:numGot (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTcpServer.c521 int numGot = 0; in ReadBytes() local
523 while(numGot < NumBytes) in ReadBytes()
525 res = recv(s, buffer + numGot, NumBytes - numGot, 0); in ReadBytes()
535 numGot += res; in ReadBytes()