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

/ast/src/cmd/pzip/
H A Dpzip.c285 flags |= PZ_NOPZIP;
/ast/src/lib/libpz/
H A Dpzip.h76 #define PZ_NOPZIP 0x00008000 /* no pzip */ macro
H A Dpzhead.c160 if (pz->flags & PZ_NOPZIP)
H A Dpzwrite.c57 if (pz->flags & PZ_NOPZIP)
H A Dpzdeflate.c61 if (pz->flags & PZ_NOPZIP)
H A Dpzopen.c205 if ((pz->flags & (PZ_NOPZIP|PZ_UNKNOWN)) == PZ_UNKNOWN && !pz->disc->readf && !pz->disc->splitf)
H A Dpzconvert.c452 if (disc->errorf && (pz->flags & PZ_NOPZIP) && (state->flags & CHECKSUM_WARN))
H A Dpzsplit.c169 if (ip->use = !(dp->pz->flags & PZ_NOPZIP) && ip->part)

Completed in 21 milliseconds