HomeSort by relevance Sort by last modified time
    Searched refs:fileDownloadErrMsg (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 412 FileTransferMsg fileDownloadErrMsg;
417 memset(&fileDownloadErrMsg, 0, sizeof(FileTransferMsg));
419 fileDownloadErrMsg = CreateFileDownloadErrMsg(reason, reasonLen);
421 return fileDownloadErrMsg;
516 FileTransferMsg fileDownloadErrMsg;
522 memset(&fileDownloadErrMsg, 0, sizeof(FileTransferMsg));
526 return fileDownloadErrMsg;
536 fileDownloadErrMsg.data = pData;
537 fileDownloadErrMsg.length = length;
539 return fileDownloadErrMsg;
    [all...]
handlefiletransferrequest.c 451 FileTransferMsg fileDownloadErrMsg;
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 87 milliseconds