Lines Matching refs:updateOptions
1210 CUpdateOptions &updateOptions = options.UpdateOptions; in Parse2() local
1212 SetAddCommandOptions(options.Command.CommandType, parser, updateOptions); in Parse2()
1214 updateOptions.MethodMode.Properties = options.Properties; in Parse2()
1217 updateOptions.OpenShareForWrite = true; in Parse2()
1219 updateOptions.StopAfterOpenError = true; in Parse2()
1221 updateOptions.PathMode = censorPathMode; in Parse2()
1223 updateOptions.AltStreams = options.AltStreams; in Parse2()
1224 updateOptions.NtSecurity = options.NtSecurity; in Parse2()
1225 updateOptions.HardLinks = options.HardLinks; in Parse2()
1226 updateOptions.SymLinks = options.SymLinks; in Parse2()
1228 updateOptions.EMailMode = parser[NKey::kEmail].ThereIs; in Parse2()
1229 if (updateOptions.EMailMode) in Parse2()
1231 updateOptions.EMailAddress = parser[NKey::kEmail].PostStrings.Front(); in Parse2()
1232 if (updateOptions.EMailAddress.Len() > 0) in Parse2()
1233 if (updateOptions.EMailAddress[0] == L'.') in Parse2()
1235 updateOptions.EMailRemoveAfter = true; in Parse2()
1236 updateOptions.EMailAddress.Delete(0); in Parse2()
1240 updateOptions.StdOutMode = options.StdOutMode; in Parse2()
1241 updateOptions.StdInMode = options.StdInMode; in Parse2()
1243 updateOptions.DeleteAfterCompressing = parser[NKey::kDeleteAfterCompressing].ThereIs; in Parse2()
1244 updateOptions.SetArcMTime = parser[NKey::kSetArcMTime].ThereIs; in Parse2()
1246 if (updateOptions.StdOutMode && updateOptions.EMailMode) in Parse2()
1249 if (updateOptions.StdOutMode) in Parse2()
1260 if (updateOptions.StdInMode) in Parse2()
1261 updateOptions.StdInFileName = parser[NKey::kStdIn].PostStrings.Front(); in Parse2()
1264 if (updateOptions.Commands.Size() != 1) in Parse2()