Home | History | Annotate | Download | only in DataSink

Lines Matching refs:BytesReceived

48   UINT64 BytesReceived[ DATA_SAMPLES ];

268 size_t BytesReceived;
612 BytesReceived = read ( PollFd[ Index ].fd,
615 if ( 0 < BytesReceived ) {
623 BytesReceived,
634 BytesReceived,
662 Port[ Index ].BytesTotal += BytesReceived;
669 else if ( -1 == BytesReceived ) {
845 UINT64 BytesReceived;
862 BytesReceived = Port[ Index ].BytesTotal;
864 && ( 0 != BytesReceived )) {
869 Port[ Index ].BytesReceived [ Port[ Index ].In ] = BytesReceived;
889 TotalBytes += Port[ Index ].BytesReceived[ Count ];