This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | FileTransferMsg |
Functions | |
| FileTransferMsg | GetFileListResponseMsg (char *path, char flag) |
| FileTransferMsg | GetFileDownloadResponseMsg (char *path) |
| FileTransferMsg | GetFileDownloadLengthErrResponseMsg () |
| FileTransferMsg | GetFileDownLoadErrMsg () |
| FileTransferMsg | GetFileDownloadResponseMsgInBlocks (rfbClientPtr cl, rfbTightClientPtr data) |
| FileTransferMsg | ChkFileDownloadErr (rfbClientPtr cl, rfbTightClientPtr data) |
| FileTransferMsg | GetFileUploadLengthErrResponseMsg () |
| FileTransferMsg | GetFileUploadCompressedLevelErrMsg () |
| FileTransferMsg | ChkFileUploadErr (rfbClientPtr cl, rfbTightClientPtr data) |
| FileTransferMsg | ChkFileUploadWriteErr (rfbClientPtr cl, rfbTightClientPtr data, char *pBuf) |
| void | CreateDirectory (char *dirName) |
| void | FileUpdateComplete (rfbClientPtr cl, rfbTightClientPtr data) |
| void | CloseUndoneFileTransfer (rfbClientPtr cl, rfbTightClientPtr data) |
| void | FreeFileTransferMsg (FileTransferMsg ftm) |
| FileTransferMsg ChkFileDownloadErr | ( | rfbClientPtr | cl, | |
| rfbTightClientPtr | data | |||
| ) |
Definition at line 330 of file filetransfermsg.c.
Here is the call graph for this function:
Here is the caller graph for this function:| FileTransferMsg ChkFileUploadErr | ( | rfbClientPtr | cl, | |
| rfbTightClientPtr | data | |||
| ) |
Definition at line 477 of file filetransfermsg.c.
Here is the call graph for this function:
Here is the caller graph for this function:| FileTransferMsg ChkFileUploadWriteErr | ( | rfbClientPtr | cl, | |
| rfbTightClientPtr | data, | |||
| char * | pBuf | |||
| ) |
Definition at line 509 of file filetransfermsg.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void CloseUndoneFileTransfer | ( | rfbClientPtr | cl, | |
| rfbTightClientPtr | data | |||
| ) |
| void CreateDirectory | ( | char * | dirName | ) |
| void FileUpdateComplete | ( | rfbClientPtr | cl, | |
| rfbTightClientPtr | data | |||
| ) |
| void FreeFileTransferMsg | ( | FileTransferMsg | ftm | ) |
| FileTransferMsg GetFileDownLoadErrMsg | ( | ) |
Definition at line 259 of file filetransfermsg.c.
Here is the call graph for this function:
Here is the caller graph for this function:| FileTransferMsg GetFileDownloadLengthErrResponseMsg | ( | ) |
Definition at line 286 of file filetransfermsg.c.
Here is the call graph for this function:
Here is the caller graph for this function:| FileTransferMsg GetFileDownloadResponseMsg | ( | char * | path | ) |
| FileTransferMsg GetFileDownloadResponseMsgInBlocks | ( | rfbClientPtr | cl, | |
| rfbTightClientPtr | data | |||
| ) |
Definition at line 296 of file filetransfermsg.c.
Here is the call graph for this function:
Here is the caller graph for this function:| FileTransferMsg GetFileListResponseMsg | ( | char * | path, | |
| char | flag | |||
| ) |
Definition at line 74 of file filetransfermsg.c.
Here is the call graph for this function:
Here is the caller graph for this function:| FileTransferMsg GetFileUploadCompressedLevelErrMsg | ( | ) |
Definition at line 499 of file filetransfermsg.c.
Here is the call graph for this function:
Here is the caller graph for this function:| FileTransferMsg GetFileUploadLengthErrResponseMsg | ( | ) |
Definition at line 467 of file filetransfermsg.c.
Here is the call graph for this function:
Here is the caller graph for this function:
1.7.1