Searched defs:filebytes (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
312 filebytes = sizeof(buffer);
313 if ((descbytes - netbytes) < filebytes)
314 filebytes = descbytes - netbytes;
317 ("\tClient(0x%p): sending %d bytes\n", me, filebytes));
318 bytes = PR_Send(fd, buffer, filebytes, SEND_FLAGS, timeout);
319 if (filebytes != bytes)
330 TEST_ASSERT(bytes == filebytes);
333 filebytes = 0;
334 while (filebytes < descbyte
415 PRInt32 bytes, descbytes, netbytes, filebytes = 0; local
[all...]
H A Dprovider.c270 PRInt32 bytes, descbytes, filebytes, netbytes; local
313 filebytes = sizeof(buffer);
314 if ((descbytes - netbytes) < filebytes)
315 filebytes = descbytes - netbytes;
318 ("\tClient(0x%p): sending %d bytes\n", me, filebytes));
319 bytes = PR_Send(fd, buffer, filebytes, SEND_FLAGS, timeout);
320 if (filebytes != bytes)
331 TEST_ASSERT(bytes == filebytes);
334 filebytes = 0;
335 while (filebytes < descbyte
416 PRInt32 bytes, descbytes, netbytes, filebytes = 0; local
[all...]

Completed in 1665 milliseconds