Searched defs:magic_set (Results 1 – 1 of 1) sorted by relevance
447 struct magic_set { struct448 struct mlist *mlist[MAGIC_SETS]; /* list of regular entries */449 struct cont c;450 struct out {454 } o;455 uint32_t offset; /* a copy of m->offset while we */457 uint32_t eoffset; /* offset from end of file */458 int error;459 int flags; /* Control magic tests. */460 int event_flags; /* Note things that happened. */[all …]