Searched defs:magic_set (Results 1 – 2 of 2) sorted by relevance
473 struct magic_set { struct474 struct mlist *mlist[MAGIC_SETS]; /* list of regular entries */475 struct cont c;476 struct out {480 } o;481 uint32_t offset; /* a copy of m->offset while we */483 uint32_t eoffset; /* offset from end of file */484 int error;485 int flags; /* Control magic tests. */486 int event_flags; /* Note things that happened. */[all …]
65 class magic_set(Structure): class