OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ftm
(Results
1 - 4
of
4
) sorted by null
/external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c
47
FreeFileTransferMsg(FileTransferMsg
ftm
)
50
if(
ftm
.data != NULL) {
51
free(
ftm
.data);
52
ftm
.data = NULL;
55
ftm
.length = 0;
511
FileTransferMsg
ftm
;
local
514
memset(&
ftm
, 0, sizeof(FileTransferMsg));
521
ftm
= CreateFileUploadErrMsg(reason, reasonLen);
524
return
ftm
;
handlefiletransferrequest.c
519
FileTransferMsg
ftm
= GetFileDownLoadErrMsg();
local
524
if((
ftm
.data != NULL) && (
ftm
.length != 0)) {
525
rfbWriteExact(cl,
ftm
.data,
ftm
.length);
526
FreeFileTransferMsg(
ftm
);
820
FileTransferMsg
ftm
;
local
821
memset(&
ftm
, 0, sizeof(FileTransferMsg));
823
ftm
= GetFileUploadCompressedLevelErrMsg();
825
if((
ftm
.data != NULL) && (ftm.length != 0))
855
FileTransferMsg
ftm
;
local
[
all
...]
/external/zlib/src/contrib/minizip/
miniunz.c
90
FILETIME
ftm
,ftLocal,ftCreate,ftLastAcc,ftLastWrite;
local
96
LocalFileTimeToFileTime(&ftLocal,&
ftm
);
97
SetFileTime(hFile,&
ftm
,&ftLastAcc,&
ftm
);
/prebuilts/sdk/tools/
jack.jar
Completed in 38 milliseconds