Lines Matching refs:magic_entry
96 struct magic_entry { struct
103 struct magic_entry *me; argument
125 file_private int parse(struct magic_set *, struct magic_entry *, const char *,
165 file_private int parse_mime(struct magic_set *, struct magic_entry *, const char *,
167 file_private int parse_strength(struct magic_set *, struct magic_entry *,
169 file_private int parse_apple(struct magic_set *, struct magic_entry *, const char *,
171 file_private int parse_ext(struct magic_set *, struct magic_entry *, const char *,
182 int (*fun)(struct magic_set *, struct magic_entry *, const char *,
1140 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort()
1141 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
1293 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1298 struct magic_entry *mp; in addentry()
1301 if ((mp = CAST(struct magic_entry *, in addentry()
1328 struct magic_entry me; in load_1()
1417 set_text_binary(struct magic_set *ms, struct magic_entry *me, uint32_t nme, in set_text_binary()
1450 set_last_default(struct magic_set *ms, struct magic_entry *me, uint32_t nme) in set_last_default()
1471 coalesce_entries(struct magic_set *ms, struct magic_entry *me, uint32_t nme, in coalesce_entries()
1503 magic_entry_free(struct magic_entry *me, uint32_t nme) in magic_entry_free()
2026 parse(struct magic_set *ms, struct magic_entry *me, const char *line, in parse()
2443 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_strength()
2509 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_extra()
2562 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_apple()
2574 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_ext()
2589 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_mime()