Lines Matching refs:pFollow
519 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
718 pFollow = &pData[sz_rfbFileUploadCancelMsg]; in CreateFileUploadErrMsg()
722 memcpy(pFollow, reason, reasonLen); in CreateFileUploadErrMsg()