Searched refs:FILE_IS_BZ2_COMPRESSED (Results 1 – 2 of 2) sorted by relevance
112 #define FILE_IS_BZ2_COMPRESSED(n) ((n)->file_header->flags & FLAG_BZ2_COMPRESSED) macro114 #define FILE_COMPRESSION(n) (FILE_IS_LZO_COMPRESSED(n) ? LZO_COMPRESSED : (FILE_IS_BZ2_COMPRESSED(n…
1297 FILE_IS_BZ2_COMPRESSED (nffile) ? "bz2 compressed" : in QueryFile()