Searched defs:magic_set (Results 1 – 2 of 2) sorted by relevance
466 struct magic_set { struct467 struct mlist *mlist[MAGIC_SETS]; /* list of regular entries */468 struct cont c;469 struct out {473 } o;474 uint32_t offset; /* a copy of m->offset while we */476 uint32_t eoffset; /* offset from end of file */477 int error;478 int flags; /* Control magic tests. */479 int event_flags; /* Note things that happened. */[all …]
65 class magic_set(Structure): class