Lines Matching defs:CtxFile
75 struct CtxFile { // The structure cannot be initialized by MEMSET, will rename to CtxTransfer struct
76 uint64_t fileSize;
77 uint64_t dirSize;
78 uint64_t indexIO; // Id or written IO bytes
79 uint32_t fileCnt; // add for directory mode
80 bool isDir; // add for directory mode
81 bool targetDirNotExist;
82 uint64_t transferBegin;
83 uint64_t transferDirBegin;
84 string localName;
85 string localPath;
86 string remotePath;
87 string localDirName;
88 bool fileModeSync;
89 bool master; // Document transmission initiative
90 bool closeNotify;
91 bool ioFinish;
92 bool closeReqSubmitted;
93 bool isStableBufSize; // USB IO buffer size set stable value, false: 512K, true: 61K
94 bool isFdOpen;
95 void *thisClass;
119 virtual void CheckMaster(CtxFile *context) in CheckMaster() argument