Searched refs:fileDownloadErrMsg (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c412 FileTransferMsg fileDownloadErrMsg; local
417 memset(&fileDownloadErrMsg, 0, sizeof(FileTransferMsg));
419 fileDownloadErrMsg = CreateFileDownloadErrMsg(reason, reasonLen);
421 return fileDownloadErrMsg;
516 FileTransferMsg fileDownloadErrMsg; local
522 memset(&fileDownloadErrMsg, 0, sizeof(FileTransferMsg));
526 return fileDownloadErrMsg;
536 fileDownloadErrMsg.data = pData;
537 fileDownloadErrMsg.length = length;
539 return fileDownloadErrMsg;
[all...]
H A Dhandlefiletransferrequest.c451 FileTransferMsg fileDownloadErrMsg; local
453 memset(&fileDownloadErrMsg, 0 , sizeof(FileTransferMsg));
455 fileDownloadErrMsg = GetFileDownloadLengthErrResponseMsg();
457 if((fileDownloadErrMsg.data == NULL) || (fileDownloadErrMsg.length == 0)) {
458 rfbLog("File [%s]: Method [%s]: Unexpected error: fileDownloadErrMsg "
463 rfbWriteExact(cl, fileDownloadErrMsg.data, fileDownloadErrMsg.length);
465 FreeFileTransferMsg(fileDownloadErrMsg);

Completed in 76 milliseconds