PC_ALL
if ((pc->pc_flags & ~(PC_COMPRESS | PC_ALL)) != 0) {
if ((pc->pc_flags & PC_ALL) != 0)
pc.pc_flags = (pflags & PFLAGS_FULL) != 0 ? PC_ALL : 0;