Searched refs:PZ_FORCE (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/pzip/
H A Dpzip.c207 unsigned long flags = PZ_READ|PZ_FORCE;
236 flags &= ~(PZ_READ|PZ_WRITE|PZ_FORCE);
247 flags &= ~(PZ_READ|PZ_FORCE);
/ast/src/lib/libpz/
H A Dpzhead.c102 if (!(pz->flags & PZ_DELAY) && (pz->disc->partition || !(pz->flags & PZ_FORCE)))
120 pz->flags &= ~PZ_FORCE;
235 if (pz->flags & PZ_FORCE)
H A Dpzread.c48 else if (!(pz->flags & PZ_FORCE))
70 if (pz->flags & PZ_FORCE)
H A Dpzinflate.c94 if (pz->flags & PZ_FORCE)
H A Dpzip.h63 #define PZ_FORCE 0x00000004 /* open even if not pzip format */ macro
128 size_t row; /* PZ_FORCE row size match */
H A Dsfdcpzip.c143 else if (!(flags & PZ_FORCE))
H A Dpzopen.c174 else if (!(pz->flags & PZ_POP) && (!(pz->flags & PZ_WRITE) && sfdcgzip(pz->io, (pz->flags & PZ_CRC) ? 0 : SFGZ_NOCRC) > 0 || (pz->flags & (PZ_PUSHED|PZ_WRITE)) == PZ_WRITE && sfdcpzip((Sfio_t*)pz, pz->path, pz->flags|PZ_FORCE|PZ_PUSHED|PZ_HANDLE, disc) > 0))
H A Dpzpart.c282 if (!(pz->flags & PZ_FORCE) || (pz->flags & PZ_SPLIT))
614 pz->flags |= PZ_FORCE|PZ_SPLIT|PZ_SECTION;

Completed in 18 milliseconds