Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dfiletransfermsg.c368 char *pFollow = NULL; in CreateFileDownloadErrMsg() local
379 pFollow = &pData[sz_rfbFileDownloadFailedMsg]; in CreateFileDownloadErrMsg()
383 memcpy(pFollow, reason, reasonLen); in CreateFileDownloadErrMsg()
398 char *pFollow = NULL; in CreateFileDownloadZeroSizeDataMsg() local
409 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadZeroSizeDataMsg()
416 memcpy(pFollow, &mTime, sizeof(unsigned long)); in CreateFileDownloadZeroSizeDataMsg()
432 char *pFollow = NULL; in CreateFileDownloadBlockSizeDataMsg() local
443 pFollow = &pData[sz_rfbFileDownloadDataMsg]; in CreateFileDownloadBlockSizeDataMsg()
450 memcpy(pFollow, pFile, sizeFile); in CreateFileDownloadBlockSizeDataMsg()
556 char *pFollow = NULL; in CreateFileUploadErrMsg() local
[all …]