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 261 FileTransferMsg fileDownloadErrMsg;
266 memset(&fileDownloadErrMsg, 0, sizeof(FileTransferMsg));
268 fileDownloadErrMsg = CreateFileDownloadErrMsg(reason, reasonLen);
270 return fileDownloadErrMsg;
365 FileTransferMsg fileDownloadErrMsg;
371 memset(&fileDownloadErrMsg, 0, sizeof(FileTransferMsg));
375 return fileDownloadErrMsg;
385 fileDownloadErrMsg.data = pData;
386 fileDownloadErrMsg.length = length;
388 return fileDownloadErrMsg;
    [all...]
handlefiletransferrequest.c 446 FileTransferMsg fileDownloadErrMsg;
448 memset(&fileDownloadErrMsg, 0 , sizeof(FileTransferMsg));
450 fileDownloadErrMsg = GetFileDownloadLengthErrResponseMsg();
452 if((fileDownloadErrMsg.data == NULL) || (fileDownloadErrMsg.length == 0)) {
453 rfbLog("File [%s]: Method [%s]: Unexpected error: fileDownloadErrMsg "
458 rfbWriteExact(cl, fileDownloadErrMsg.data, fileDownloadErrMsg.length);
460 FreeFileTransferMsg(fileDownloadErrMsg);

Completed in 25 milliseconds