Home | History | Annotate | Download | only in LzmaCon

Lines Matching refs:NKey

47 namespace NKey {

189 if(parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs)
203 if(parser[NKey::kDict].ThereIs)
206 if (!GetNumber(parser[NKey::kDict].PostStrings[0], dicLog))
212 if (parser[NKey::kMatchFinder].ThereIs)
213 mf = parser[NKey::kMatchFinder].PostStrings[0];
218 if (parser[NKey::kMultiThread].ThereIs)
221 const UString &s = parser[NKey::kMultiThread].PostStrings[0];
253 bool stdInMode = parser[NKey::kStdIn].ThereIs;
254 bool stdOutMode = parser[NKey::kStdOut].ThereIs;
300 if (parser[NKey::kFilter86].ThereIs)
303 if (parser[NKey::kEOS].ThereIs || stdInMode)
336 5, dict, parser[NKey::kFilter86].PostCharIndex == 0 ? SZ_FILTER_YES : SZ_FILTER_AUTO);
388 bool eos = parser[NKey::kEOS].ThereIs || stdInMode;
390 ParseUInt32(parser, NKey::kAlgo, algo);
391 ParseUInt32(parser, NKey::kFb, fb);
392 ParseUInt32(parser, NKey::kLc, lc);
393 ParseUInt32(parser, NKey::kLp, lp);
394 ParseUInt32(parser, NKey::kPb, pb);
396 mcDefined = parser[NKey::kMc].ThereIs;
398 if (!GetNumber(parser[NKey::kMc].PostStrings[0], mc))