Searched refs:PZ_NOGZIP (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/pzip/
H A Dpzip.c282 flags |= PZ_NOGZIP;
340 flags |= PZ_NOGZIP;
/ast/src/lib/libpz/
H A Dpzip.h71 #define PZ_NOGZIP 0x00000400 /* no gzip */ macro
H A Dsfdcpzip.c167 if (!(flags & PZ_NOGZIP))
H A Dpzhead.c158 if (!(pz->flags & PZ_NOGZIP))
H A Dpzopen.c281 if (!(pz->flags & PZ_NOGZIP))
H A Dpzpart.c535 pz->flags |= PZ_NOGZIP;
537 pz->flags &= ~PZ_NOGZIP;

Completed in 17 milliseconds