Searched refs:numGot (Results 1 – 1 of 1) sorted by relevance
521 int numGot = 0; in ReadBytes() local523 while(numGot < NumBytes) in ReadBytes()525 res = recv(s, buffer + numGot, NumBytes - numGot, 0); in ReadBytes()535 numGot += res; in ReadBytes()