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