Home
last modified time | relevance | path

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

/external/tpm2/
DTcpServer.c326 int numGot = 0; in ReadBytes() local
327 while(numGot<NumBytes) in ReadBytes()
329 res = recv(s, buffer+numGot, NumBytes-numGot, 0); in ReadBytes()
339 numGot+=res; in ReadBytes()
Dpart4.txt37638 307 int numGot = 0;
37640 309 while(numGot<NumBytes)
37642 311 res = recv(s, buffer+numGot, NumBytes-numGot, 0);
37652 321 numGot+=res;