Searched refs:MAGIC_COMPRESS (Results 1 – 3 of 3) sorted by relevance
35 #define MAGIC_COMPRESS 0x000004 /* Check inside compressed files */ macro
111 if ((ms->flags & MAGIC_COMPRESS) == 0) in file_zmagic()122 ms->flags &= ~MAGIC_COMPRESS; in file_zmagic()146 ms->flags |= MAGIC_COMPRESS; in file_zmagic()
1221 if ((ms->flags & MAGIC_COMPRESS) == 0)1236 ms->flags |= MAGIC_COMPRESS;
Completed in 11 milliseconds