Searched refs:numGot (Results 1 – 2 of 2) sorted by relevance
326 int numGot = 0; in ReadBytes() local327 while(numGot<NumBytes) in ReadBytes()329 res = recv(s, buffer+numGot, NumBytes-numGot, 0); in ReadBytes()339 numGot+=res; in ReadBytes()
37638 307 int numGot = 0;37640 309 while(numGot<NumBytes)37642 311 res = recv(s, buffer+numGot, NumBytes-numGot, 0);37652 321 numGot+=res;