Searched defs:bytes_out (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dmultiwait.c389 PRInt32 bytes_out; local
400 bytes_out = PR_Send(
405 shared->title, bytes_out);
407 if ((-1 == bytes_out)
409 MW_ASSERT(bytes_out == desc->bytesRecv);
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpdr.c367 bytes_out, local
692 in_uint32_le(s, bytes_out);
697 buffer = (uint8 *) xrealloc((void *) buffer, bytes_out + 0x14);
708 scardSetInfo(g_epoch, device, id, bytes_out + 0x14);
H A Dscard.c99 scardSetInfo(uint32 epoch, uint32 device, uint32 id, uint32 bytes_out) argument
103 curBytesOut = bytes_out;

Completed in 67 milliseconds