Searched refs:pFollow (Results 1 – 1 of 1) sorted by relevance
368 char *pFollow = NULL; in CreateFileDownloadErrMsg() local379 pFollow = &pData[sz_rfbFileDownloadFailedMsg]; in CreateFileDownloadErrMsg()383 memcpy(pFollow, reason, reasonLen); in CreateFileDownloadErrMsg()398 char *pFollow = NULL; in CreateFileDownloadZeroSizeDataMsg() local409 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadZeroSizeDataMsg()416 memcpy(pFollow, &mTime, sizeof(unsigned long)); in CreateFileDownloadZeroSizeDataMsg()432 char *pFollow = NULL; in CreateFileDownloadBlockSizeDataMsg() local443 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadBlockSizeDataMsg()450 memcpy(pFollow, pFile, sizeFile); in CreateFileDownloadBlockSizeDataMsg()556 char *pFollow = NULL; in CreateFileUploadErrMsg() local[all …]