Lines Matching defs:magic_entry
90 struct magic_entry {
97 struct magic_entry *me;
119 file_private int parse(struct magic_set *, struct magic_entry *, const char *,
159 file_private int parse_mime(struct magic_set *, struct magic_entry *, const char *,
161 file_private int parse_strength(struct magic_set *, struct magic_entry *,
163 file_private int parse_apple(struct magic_set *, struct magic_entry *, const char *,
165 file_private int parse_ext(struct magic_set *, struct magic_entry *, const char *,
176 int (*fun)(struct magic_set *, struct magic_entry *, const char *,
1136 const struct magic_entry *ma = CAST(const struct magic_entry *, a);
1137 const struct magic_entry *mb = CAST(const struct magic_entry *, b);
1299 addentry(struct magic_set *ms, struct magic_entry *me,
1304 struct magic_entry *mp;
1307 if ((mp = CAST(struct magic_entry *,
1334 struct magic_entry me;
1425 set_text_binary(struct magic_set *ms, struct magic_entry *me, uint32_t nme,
1458 set_last_default(struct magic_set *ms, struct magic_entry *me, uint32_t nme)
1479 coalesce_entries(struct magic_set *ms, struct magic_entry *me, uint32_t nme,
1511 magic_entry_free(struct magic_entry *me, uint32_t nme)
2034 parse(struct magic_set *ms, struct magic_entry *me, const char *file,
2455 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line,
2521 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line,
2574 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line,
2586 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line,
2602 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line,