Lines Matching refs:magic_entry
90 struct magic_entry { struct
97 struct magic_entry *me; argument
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 *,
1134 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort()
1135 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
1283 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1288 struct magic_entry *mp; in addentry()
1291 if ((mp = CAST(struct magic_entry *, in addentry()
1318 struct magic_entry me; in load_1()
1407 set_text_binary(struct magic_set *ms, struct magic_entry *me, uint32_t nme, in set_text_binary()
1440 set_last_default(struct magic_set *ms, struct magic_entry *me, uint32_t nme) in set_last_default()
1461 coalesce_entries(struct magic_set *ms, struct magic_entry *me, uint32_t nme, in coalesce_entries()
1493 magic_entry_free(struct magic_entry *me, uint32_t nme) in magic_entry_free()
2016 parse(struct magic_set *ms, struct magic_entry *me, const char *line, in parse()
2433 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_strength()
2499 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_extra()
2552 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_apple()
2564 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_ext()
2579 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_mime()