magic_entry       105 ext/fileinfo/libmagic/apprentice.c 	struct magic_entry *me;
magic_entry       127 ext/fileinfo/libmagic/apprentice.c private int parse(struct magic_set *, struct magic_entry *, const char *,
magic_entry       154 ext/fileinfo/libmagic/apprentice.c private int parse_mime(struct magic_set *, struct magic_entry *, const char *);
magic_entry       155 ext/fileinfo/libmagic/apprentice.c private int parse_strength(struct magic_set *, struct magic_entry *, const char *);
magic_entry       156 ext/fileinfo/libmagic/apprentice.c private int parse_apple(struct magic_set *, struct magic_entry *, const char *);
magic_entry       166 ext/fileinfo/libmagic/apprentice.c 	int (*fun)(struct magic_set *, struct magic_entry *, const char *);
magic_entry       864 ext/fileinfo/libmagic/apprentice.c 	const struct magic_entry *ma = CAST(const struct magic_entry *, a);
magic_entry       865 ext/fileinfo/libmagic/apprentice.c 	const struct magic_entry *mb = CAST(const struct magic_entry *, b);
magic_entry       994 ext/fileinfo/libmagic/apprentice.c addentry(struct magic_set *ms, struct magic_entry *me,
magic_entry       999 ext/fileinfo/libmagic/apprentice.c 		struct magic_entry *mp;
magic_entry      1002 ext/fileinfo/libmagic/apprentice.c 		if ((mp = CAST(struct magic_entry *,
magic_entry      1028 ext/fileinfo/libmagic/apprentice.c 	struct magic_entry me;
magic_entry      1120 ext/fileinfo/libmagic/apprentice.c set_text_binary(struct magic_set *ms, struct magic_entry *me, uint32_t nme,
magic_entry      1153 ext/fileinfo/libmagic/apprentice.c set_last_default(struct magic_set *ms, struct magic_entry *me, uint32_t nme)
magic_entry      1174 ext/fileinfo/libmagic/apprentice.c coalesce_entries(struct magic_set *ms, struct magic_entry *me, uint32_t nme,
magic_entry      1200 ext/fileinfo/libmagic/apprentice.c magic_entry_free(struct magic_entry *me, uint32_t nme)
magic_entry      1699 ext/fileinfo/libmagic/apprentice.c parse(struct magic_set *ms, struct magic_entry *me, const char *line,
magic_entry      2078 ext/fileinfo/libmagic/apprentice.c parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line)
magic_entry      2139 ext/fileinfo/libmagic/apprentice.c parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line,
magic_entry      2190 ext/fileinfo/libmagic/apprentice.c parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line)
magic_entry      2204 ext/fileinfo/libmagic/apprentice.c parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line)