Lines Matching refs:byteIfRaw
40 void rfbStatRecordEncodingSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw);
41 void rfbStatRecordEncodingRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw);
42 void rfbStatRecordMessageSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw);
43 void rfbStatRecordMessageRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw);
222 void rfbStatRecordEncodingSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordEncodingSent() argument
231 ptr->bytesSentIfRaw += byteIfRaw; in rfbStatRecordEncodingSent()
235 void rfbStatRecordEncodingRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordEncodingRcvd() argument
244 ptr->bytesRcvdIfRaw += byteIfRaw; in rfbStatRecordEncodingRcvd()
248 void rfbStatRecordMessageSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordMessageSent() argument
257 ptr->bytesSentIfRaw += byteIfRaw; in rfbStatRecordMessageSent()
261 void rfbStatRecordMessageRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordMessageRcvd() argument
270 ptr->bytesRcvdIfRaw += byteIfRaw; in rfbStatRecordMessageRcvd()