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