Searched defs:netbytes (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.c268 PRInt32 bytes, descbytes, filebytes, netbytes; local
309 netbytes = 0;
310 while (netbytes < descbytes)
313 if ((descbytes - netbytes) < filebytes)
314 filebytes = descbytes - netbytes;
331 netbytes += bytes;
336 netbytes = sizeof(buffer);
337 if ((descbytes - filebytes) < netbytes)
338 netbytes = descbytes - filebytes;
341 ("\tClient(0x%p): receiving %d bytes\n", me, netbytes));
415 PRInt32 bytes, descbytes, netbytes, filebytes = 0; local
[all...]
H A Dprovider.c270 PRInt32 bytes, descbytes, filebytes, netbytes; local
310 netbytes = 0;
311 while (netbytes < descbytes)
314 if ((descbytes - netbytes) < filebytes)
315 filebytes = descbytes - netbytes;
332 netbytes += bytes;
337 netbytes = sizeof(buffer);
338 if ((descbytes - filebytes) < netbytes)
339 netbytes = descbytes - filebytes;
342 ("\tClient(0x%p): receiving %d bytes\n", me, netbytes));
416 PRInt32 bytes, descbytes, netbytes, filebytes = 0; local
[all...]

Completed in 45 milliseconds