Lines Matching refs:Corrupted
322 bool Corrupted;
338 "Corruption" in LZMA stream. The Range Decoder uses the variable "Corrupted":
340 (Corrupted == false), if the Range Decoder has not detected any corruption.
341 (Corrupted == true), if the Range Decoder has detected some corruption.
343 The reference LZMA Decoder ignores the value of the "Corrupted" variable.
347 ignore the value of the "Corrupted" variable.
350 lead the Range Decoder to states, where the "Corrupted" variable is set to true.
357 Corrupted = false;
367 Corrupted = true;
410 for some "Corrupted" archives.
430 Corrupted = true;