Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dfiletransfermsg.c519 char *pFollow = NULL; in CreateFileDownloadErrMsg() local
530 pFollow = &pData[sz_rfbFileDownloadFailedMsg]; in CreateFileDownloadErrMsg()
534 memcpy(pFollow, reason, reasonLen); in CreateFileDownloadErrMsg()
549 char *pFollow = NULL; in CreateFileDownloadZeroSizeDataMsg() local
560 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadZeroSizeDataMsg()
567 memcpy(pFollow, &mTime, sizeof(unsigned long)); in CreateFileDownloadZeroSizeDataMsg()
583 char *pFollow = NULL; in CreateFileDownloadBlockSizeDataMsg() local
594 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadBlockSizeDataMsg()
601 memcpy(pFollow, pFile, sizeFile); in CreateFileDownloadBlockSizeDataMsg()
707 char *pFollow = NULL; in CreateFileUploadErrMsg() local
[all …]