Lines Matching refs:magic_entry
93 struct magic_entry { struct
100 struct magic_entry *me; argument
122 private int parse(struct magic_set *, struct magic_entry *, const char *,
149 private int parse_mime(struct magic_set *, struct magic_entry *, const char *);
150 private int parse_strength(struct magic_set *, struct magic_entry *, const char *);
151 private int parse_apple(struct magic_set *, struct magic_entry *, const char *);
152 private int parse_ext(struct magic_set *, struct magic_entry *, const char *);
162 int (*fun)(struct magic_set *, struct magic_entry *, const char *);
983 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort()
984 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
1114 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1119 struct magic_entry *mp; in addentry()
1122 if ((mp = CAST(struct magic_entry *, in addentry()
1147 struct magic_entry me; in load_1()
1235 set_text_binary(struct magic_set *ms, struct magic_entry *me, uint32_t nme, in set_text_binary()
1268 set_last_default(struct magic_set *ms, struct magic_entry *me, uint32_t nme) in set_last_default()
1289 coalesce_entries(struct magic_set *ms, struct magic_entry *me, uint32_t nme, in coalesce_entries()
1315 magic_entry_free(struct magic_entry *me, uint32_t nme) in magic_entry_free()
1815 parse(struct magic_set *ms, struct magic_entry *me, const char *line, in parse()
2226 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line) in parse_strength()
2287 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_extra()
2338 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line) in parse_apple()
2351 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line) in parse_ext()
2365 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line) in parse_mime()