Home
last modified time | relevance | path

Searched refs:EMailMode (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h101 bool EMailMode; member
128 EMailMode(false), in CUpdateOptions()
DUpdate.cpp1059 if (options.StdOutMode && options.EMailMode) in UpdateArchive()
1089 if (options.VolumesSizes.Size() > 0 && (options.EMailMode /* || options.SfxMode */)) in UpdateArchive()
1347 if (options.EMailMode && options.EMailRemoveAfter) in UpdateArchive()
1550 if (options.EMailMode) in UpdateArchive()
DArchiveCommandLine.cpp1228 updateOptions.EMailMode = parser[NKey::kEmail].ThereIs; in Parse2()
1229 if (updateOptions.EMailMode) in Parse2()
1246 if (updateOptions.StdOutMode && updateOptions.EMailMode) in Parse2()