Searched refs:COMPRESSION_LZ (Results 1 – 5 of 5) sorted by relevance
36 COMPRESSION_LZ = 0x10, // enumerator
55 case COMPRESSION_LZ: in SecureUncompressAny()233 if ( (compType & COMPRESSION_TYPE_MASK) != COMPRESSION_LZ ) in SecureUncompressLZ()
83 …*(u32 *)dstp = internal::ConvertEndian( size << 8 | COMPRESSION_LZ | (exFormat? 1 : 0) ); // Data… in CompressLZImpl()90 … *(u32 *)dstp = internal::ConvertEndian( COMPRESSION_LZ | (exFormat? 1U : 0U) ); // Data header in CompressLZImpl()
72 case COMPRESSION_LZ: in UncompressAny()
327 if ( ( *srcp & COMPRESSION_TYPE_MASK ) != COMPRESSION_LZ ) in ReadUncompLZ()