Searched refs:PZ_MAGIC_2 (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libpz/
H A Dpzhead.c57 if (i != PZ_MAGIC_1 || n != PZ_MAGIC_2 || s[2] == 0 || s[3] >= 10)
163 sfputc(op, PZ_MAGIC_2);
323 if (i == PZ_MAGIC_1 && j == PZ_MAGIC_2)
H A Dpzip.h51 #define PZ_MAGIC_2 0x10 /* second magic char */ macro
H A Dsfdcpzip.c159 r = m1 == PZ_MAGIC_1 && m2 == PZ_MAGIC_2 && s[2] > 0 && s[3] < 10 ||

Completed in 13 milliseconds