Searched refs:SZ_RFBBLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
69 #define SZ_RFBBLOCKSIZE 8192 macro451 char pBuf[SZ_RFBBLOCKSIZE]; in GetFileDownloadResponseMsgInBlocks()454 memset(pBuf, 0, SZ_RFBBLOCKSIZE); in GetFileDownloadResponseMsgInBlocks()465 if( (numOfBytesRead = read(rtcp->rcft.rcfd.downloadFD, pBuf, SZ_RFBBLOCKSIZE)) <= 0) { in GetFileDownloadResponseMsgInBlocks()