Searched refs:LZ_MAGIC (Results 1 – 1 of 1) sorted by relevance
1298 static const BYTE LZ_MAGIC[] = { 0x53, 0x5a, 0x44, 0x44, 0x88, 0xf0, 0x27, 0x33 }; in detect_compression_type() local1314 if (!memcmp( buffer, LZ_MAGIC, sizeof(LZ_MAGIC) )) type = FILE_COMPRESSION_WINLZA; in detect_compression_type()