Searched refs:PZ_SORT (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpz/
H A Dpzsync.c52 if (pz->flags & PZ_SORT)
54 pz->flags &= ~PZ_SORT;
65 pz->flags |= PZ_SORT;
H A Dpzip.h83 #define PZ_SORT 0x00400000 /* sort window before deflate */ macro
H A Dpzwrite.c28 * the PZ_SORT pzsync() code could be more efficient
68 if (pz->flags & PZ_SORT)
H A Dpzdeflate.c119 if (pz->flags & PZ_SORT)
H A Dpzopen.c201 pz->flags &= ~PZ_SORT;

Completed in 15 milliseconds