Searched refs:pFollow (Results 1 – 1 of 1) sorted by relevance
519 char *pFollow = NULL; in CreateFileDownloadErrMsg() local530 pFollow = &pData[sz_rfbFileDownloadFailedMsg]; in CreateFileDownloadErrMsg()534 memcpy(pFollow, reason, reasonLen); in CreateFileDownloadErrMsg()549 char *pFollow = NULL; in CreateFileDownloadZeroSizeDataMsg() local560 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadZeroSizeDataMsg()567 memcpy(pFollow, &mTime, sizeof(unsigned long)); in CreateFileDownloadZeroSizeDataMsg()583 char *pFollow = NULL; in CreateFileDownloadBlockSizeDataMsg() local594 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadBlockSizeDataMsg()601 memcpy(pFollow, pFile, sizeFile); in CreateFileDownloadBlockSizeDataMsg()707 char *pFollow = NULL; in CreateFileUploadErrMsg() local[all …]