Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dstats.c239 ptr->bytesRcvd += byteCount; in rfbStatRecordEncodingRcvd()
265 ptr->bytesRcvd += byteCount; in rfbStatRecordMessageRcvd()
301 bytes += ptr->bytesRcvd; in rfbStatGetRcvdBytes()
303 bytes += ptr->bytesRcvd; in rfbStatGetRcvdBytes()
442 bytes = ptr->bytesRcvd; in rfbPrintStats()
459 bytes = ptr->bytesRcvd; in rfbPrintStats()
/external/libvncserver/rfb/
Drfb.h433 uint32_t bytesRcvd; member