Searched refs:ftm (Results 1 – 11 of 11) sorted by relevance
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | handlefiletransferrequest.c | 524 FileTransferMsg ftm = GetFileDownLoadErrMsg(); in HandleFileDownload() local 529 if((ftm.data != NULL) && (ftm.length != 0)) { in HandleFileDownload() 530 rfbWriteExact(cl, ftm.data, ftm.length); in HandleFileDownload() 531 FreeFileTransferMsg(ftm); in HandleFileDownload() 825 FileTransferMsg ftm; in HandleFileUploadDataRequest() local 826 memset(&ftm, 0, sizeof(FileTransferMsg)); in HandleFileUploadDataRequest() 828 ftm = GetFileUploadCompressedLevelErrMsg(); in HandleFileUploadDataRequest() 830 if((ftm.data != NULL) && (ftm.length != 0)) { in HandleFileUploadDataRequest() 831 rfbWriteExact(cl, ftm.data, ftm.length); in HandleFileUploadDataRequest() 832 FreeFileTransferMsg(ftm); in HandleFileUploadDataRequest() [all …]
|
D | filetransfermsg.c | 73 FreeFileTransferMsg(FileTransferMsg ftm) in FreeFileTransferMsg() argument 76 if(ftm.data != NULL) { in FreeFileTransferMsg() 77 free(ftm.data); in FreeFileTransferMsg() 78 ftm.data = NULL; in FreeFileTransferMsg() 81 ftm.length = 0; in FreeFileTransferMsg() 662 FileTransferMsg ftm; in ChkFileUploadWriteErr() local 665 memset(&ftm, 0, sizeof(FileTransferMsg)); in ChkFileUploadWriteErr() 672 ftm = CreateFileUploadErrMsg(reason, reasonLen); in ChkFileUploadWriteErr() 675 return ftm; in ChkFileUploadWriteErr()
|
D | filetransfermsg.h | 56 void FreeFileTransferMsg(FileTransferMsg ftm);
|
/external/zlib/src/contrib/minizip/ |
D | miniunz.c | 90 FILETIME ftm,ftLocal,ftCreate,ftLastAcc,ftLastWrite; local 96 LocalFileTimeToFileTime(&ftLocal,&ftm); 97 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
|
/external/icu/icu4c/source/data/unit/ |
D | lt.txt | 493 other{"{0} ftm"} 1230 dnam{"ftm"} 1231 few{"{0} ftm"} 1232 many{"{0} ftm"} 1233 one{"{0} ftm"} 1234 other{"{0} ftm"} 2001 dnam{"ftm"} 2002 few{"{0} ftm"} 2003 many{"{0} ftm"} 2004 one{"{0} ftm"} [all …]
|
D | bn.txt | 905 one{"{0} ftm"} 906 other{"{0} ftm"} 1511 one{"{0} ftm"} 1512 other{"{0} ftm"}
|
D | fil.txt | 1511 one{"{0} ftm"} 1512 other{"{0} ftm"}
|
D | en.txt | 1809 one{"{0} ftm"} 1810 other{"{0} ftm"}
|
D | is.txt | 1503 one{"{0} ftm"} 1504 other{"{0} ftm"}
|
D | ast.txt | 1857 one{"{0} ftm"} 1858 other{"{0} ftm"}
|
D | ms.txt | 1242 other{"{0} ftm"}
|