Home
last modified time | relevance | path

Searched refs:SZ_RFBBLOCKSIZE (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dfiletransfermsg.c69 #define SZ_RFBBLOCKSIZE 8192 macro
451 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()