Searched refs:fileDownloadErrMsg (Results 1 – 2 of 2) sorted by relevance
412 FileTransferMsg fileDownloadErrMsg; in GetFileDownLoadErrMsg() local417 memset(&fileDownloadErrMsg, 0, sizeof(FileTransferMsg)); in GetFileDownLoadErrMsg()419 fileDownloadErrMsg = CreateFileDownloadErrMsg(reason, reasonLen); in GetFileDownLoadErrMsg()421 return fileDownloadErrMsg; in GetFileDownLoadErrMsg()516 FileTransferMsg fileDownloadErrMsg; in CreateFileDownloadErrMsg() local522 memset(&fileDownloadErrMsg, 0, sizeof(FileTransferMsg)); in CreateFileDownloadErrMsg()526 return fileDownloadErrMsg; in CreateFileDownloadErrMsg()536 fileDownloadErrMsg.data = pData; in CreateFileDownloadErrMsg()537 fileDownloadErrMsg.length = length; in CreateFileDownloadErrMsg()539 return fileDownloadErrMsg; in CreateFileDownloadErrMsg()
451 FileTransferMsg fileDownloadErrMsg; in SendFileDownloadLengthErrMsg() local453 memset(&fileDownloadErrMsg, 0 , sizeof(FileTransferMsg)); in SendFileDownloadLengthErrMsg()455 fileDownloadErrMsg = GetFileDownloadLengthErrResponseMsg(); in SendFileDownloadLengthErrMsg()457 if((fileDownloadErrMsg.data == NULL) || (fileDownloadErrMsg.length == 0)) { in SendFileDownloadLengthErrMsg()463 rfbWriteExact(cl, fileDownloadErrMsg.data, fileDownloadErrMsg.length); in SendFileDownloadLengthErrMsg()465 FreeFileTransferMsg(fileDownloadErrMsg); in SendFileDownloadLengthErrMsg()