Searched refs:NTCAB_MAGIC (Results 1 – 1 of 1) sorted by relevance
1300 static const BYTE NTCAB_MAGIC[] = { 0x4d, 0x53, 0x43, 0x46 }; in detect_compression_type() local1316 …else if (!memcmp( buffer, NTCAB_MAGIC, sizeof(NTCAB_MAGIC) )) type = FILE_COMPRESSION_MSZIP; /* no… in detect_compression_type()