Searched refs:PZ_MAGIC_1 (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)
162 sfputc(op, PZ_MAGIC_1);
323 if (i == PZ_MAGIC_1 && j == PZ_MAGIC_2)
H A Dpzip.h50 #define PZ_MAGIC_1 0x1f /* first 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