Searched defs:byteIfRaw (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncserver/ |
D | stats.c | 222 void rfbStatRecordEncodingSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordEncodingSent() 235 void rfbStatRecordEncodingRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordEncodingRcvd() 248 void rfbStatRecordMessageSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordMessageSent() 261 void rfbStatRecordMessageRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordMessageRcvd()
|