Searched refs:RestoreMethod (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h64 unsigned RestoreMethod; member in struct:__anon1086
H A Darchive_ppmd8.c406 p->RestoreMethod = restoreMethod;
578 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE)
583 else if (p->RestoreMethod == PPMD8_RESTORE_METHOD_FREEZE)
588 p->RestoreMethod++;
594 if (p->RestoreMethod == PPMD8_RESTORE_METHOD_RESTART || GetUsedMemory(p) < (p->Size >> 1))
729 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE)
765 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE)
889 else if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE)
983 || p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE

Completed in 63 milliseconds