Searched defs:magic_set (Results 1 – 2 of 2) sorted by relevance
457 struct magic_set { struct458 struct mlist *mlist[MAGIC_SETS]; /* list of regular entries */459 struct cont c;460 struct out {464 } o;465 uint32_t offset; /* a copy of m->offset while we */467 uint32_t eoffset; /* offset from end of file */468 int error;469 int flags; /* Control magic tests. */470 int event_flags; /* Note things that happened. */[all …]
65 class magic_set(Structure): class