Searched defs:descbytes (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
287 descriptor->size = PR_htonl(descbytes = rand() % clipping);
293 ("\tClient(0x%p): sending descriptor for %u bytes\n", me, descbytes));
310 while (netbytes < descbytes)
313 if ((descbytes - netbytes) < filebytes)
314 filebytes = descbytes - netbytes;
334 while (filebytes < descbytes)
337 if ((descbytes - filebytes) < netbytes)
338 netbytes = descbytes - filebytes;
385 client->bytesTransferred += 2 * descbytes;
415 PRInt32 bytes, descbytes, netbytes, filebytes = 0; local
[all...]
H A Dprovider.c270 PRInt32 bytes, descbytes, filebytes, netbytes; local
288 descriptor->size = PR_htonl(descbytes = rand() % clipping);
294 ("\tClient(0x%p): sending descriptor for %u bytes\n", me, descbytes));
311 while (netbytes < descbytes)
314 if ((descbytes - netbytes) < filebytes)
315 filebytes = descbytes - netbytes;
335 while (filebytes < descbytes)
338 if ((descbytes - filebytes) < netbytes)
339 netbytes = descbytes - filebytes;
386 client->bytesTransferred += 2 * descbytes;
416 PRInt32 bytes, descbytes, netbytes, filebytes = 0; local
[all...]

Completed in 87 milliseconds