Searched refs:SendCompressedData (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncserver/ |
D | tight.c | 199 static rfbBool SendCompressedData (rfbClientPtr cl, char *buf, 1043 return SendCompressedData (cl, tightBeforeBuf, dataLen); in CompressData() 1082 return SendCompressedData(cl, tightAfterBuf, in CompressData() 1086 static rfbBool SendCompressedData(rfbClientPtr cl, char *buf, in SendCompressedData() function 1664 return SendCompressedData(cl, tightAfterBuf, (int)size); in SendJpegRect() 1898 return SendCompressedData(cl, tightAfterBuf, pngDstDataLen); in SendPngRect()
|