Lines Matching refs:tc
66 BaseStruct::TransferConfig tc = {
81 string serialized = Hdc::SerialStruct::SerializeToString(tc);
183 BaseStruct::TransferConfig tc = {};
184 if (!SerialStruct::ParseFromString(tc, string(buf.ptr, buf.size))) {
188 .fileSize = tc.fileSize,
189 .atime = tc.atime,
190 .mtime = tc.mtime,
191 .options = StringToHeapPtr(tc.options),
192 .path = StringToHeapPtr(tc.path),
193 .optionalName = StringToHeapPtr(tc.optionalName),
194 .updateIfNew = tc.updateIfNew > 0,
195 .compressType = tc.compressType,
196 .holdTimestamp = tc.holdTimestamp > 0,
197 .functionName = StringToHeapPtr(tc.functionName), // must first index
198 .clientCwd = StringToHeapPtr(tc.clientCwd),
199 .reserve1 = StringToHeapPtr(tc.reserve1),
200 .reserve2 = StringToHeapPtr(tc.reserve2)