Searched defs:magic_set (Results 1 – 2 of 2) sorted by relevance
382 struct magic_set { struct383 struct mlist *mlist[MAGIC_SETS]; /* list of regular entries */384 struct cont {387 } c;388 struct out {391 } o;392 uint32_t offset;393 int error;394 int flags; /* Control magic tests. */395 int event_flags; /* Note things that happened. */[all …]
51 class magic_set(Structure): class