Searched refs:nRetC (Results 1 – 1 of 1) sorted by relevance
1494 int nRetC = 0; in rfbSendFileTransferChunk() local1561 nRetC = compress(compBuf, &nMaxCompSize, readBuf, bytesRead); in rfbSendFileTransferChunk()1566 if ((nRetC==0) && (nMaxCompSize<bytesRead)) in rfbSendFileTransferChunk()