Searched refs:ZIP_STR_MASK (Results 1 – 1 of 1) sorted by relevance
202 #define ZIP_STR_MASK 0xc0 macro225 #define ZIP_IS_STR(enc) (((enc) & ZIP_STR_MASK) < ZIP_STR_MASK)302 if ((encoding) < ZIP_STR_MASK) (encoding) &= ZIP_STR_MASK; \373 if ((encoding) < ZIP_STR_MASK) { \