Home | History | Annotate | Download | only in DataSource

Lines Matching refs:BytesSent

91 UINT64 BytesSent[ DATA_SAMPLES ];

547 size_t BytesSent;
571 BytesSent = write ( Socket, &Buffer[0], sizeof ( Buffer ));
572 if ( -1 == BytesSent ) {
598 TotalBytesSent += BytesSent;
1346 BytesSent[ In ] = TotalBytesSent;
1366 TotalBytes += BytesSent[ Index ];
1685 memset ( &BytesSent, 0, sizeof ( BytesSent ));