Searched refs:nMaxCompSize (Results 1 – 1 of 1) sorted by relevance
1493 unsigned long nMaxCompSize = sizeof(compBuf); in rfbSendFileTransferChunk() local1561 nRetC = compress(compBuf, &nMaxCompSize, readBuf, bytesRead); in rfbSendFileTransferChunk()1566 if ((nRetC==0) && (nMaxCompSize<bytesRead)) in rfbSendFileTransferChunk()1567 … return rfbSendFileTransferMessage(cl, rfbFilePacket, 0, 1, nMaxCompSize, (char *)compBuf); in rfbSendFileTransferChunk()