Home
last modified time | relevance | path

Searched refs:bytesRcvd (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/libvncserver/
Dstats.c243 ptr->bytesRcvd += byteCount; in rfbStatRecordEncodingRcvd()
269 ptr->bytesRcvd += byteCount; in rfbStatRecordMessageRcvd()
305 bytes += ptr->bytesRcvd; in rfbStatGetRcvdBytes()
307 bytes += ptr->bytesRcvd; in rfbStatGetRcvdBytes()
446 bytes = ptr->bytesRcvd; in rfbPrintStats()
463 bytes = ptr->bytesRcvd; in rfbPrintStats()
/external/libvncserver/rfb/
Drfb.h433 uint32_t bytesRcvd; member