Lines Matching refs:magic_entry

84 struct magic_entry {  struct
91 struct magic_entry *me; argument
113 private int parse(struct magic_set *, struct magic_entry *, const char *,
141 private int parse_mime(struct magic_set *, struct magic_entry *, const char *,
143 private int parse_strength(struct magic_set *, struct magic_entry *,
145 private int parse_apple(struct magic_set *, struct magic_entry *, const char *,
147 private int parse_ext(struct magic_set *, struct magic_entry *, const char *,
158 int (*fun)(struct magic_set *, struct magic_entry *, const char *,
1026 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort()
1027 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
1161 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1166 struct magic_entry *mp; in addentry()
1169 if ((mp = CAST(struct magic_entry *, in addentry()
1194 struct magic_entry me; in load_1()
1283 set_text_binary(struct magic_set *ms, struct magic_entry *me, uint32_t nme, in set_text_binary()
1316 set_last_default(struct magic_set *ms, struct magic_entry *me, uint32_t nme) in set_last_default()
1337 coalesce_entries(struct magic_set *ms, struct magic_entry *me, uint32_t nme, in coalesce_entries()
1369 magic_entry_free(struct magic_entry *me, uint32_t nme) in magic_entry_free()
1885 parse(struct magic_set *ms, struct magic_entry *me, const char *line, in parse()
2298 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_strength()
2360 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_extra()
2413 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_apple()
2427 parse_ext(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_ext()
2442 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line, in parse_mime()