Lines Matching defs:CtxFile
62 struct CtxFile { // The structure cannot be initialized by MEMSET, will rename to CtxTransfer struct
63 uint64_t fileSize;
64 uint64_t dirSize;
65 uint64_t indexIO; // Id or written IO bytes
66 uint32_t fileCnt; // add for directory mode
67 bool isDir; // add for directory mode
68 bool targetDirNotExist;
69 uint64_t transferBegin;
70 uint64_t transferDirBegin;
71 string localName;
72 string localPath;
73 string remotePath;
74 string localDirName;
75 bool fileModeSync;
76 bool master; // Document transmission initiative
77 bool closeNotify;
78 bool ioFinish;
79 void *thisClass;
103 virtual void CheckMaster(CtxFile *context) in CheckMaster() argument