magic_entry        98 ext/fileinfo/libmagic/apprentice.c 	struct magic_entry *me;
magic_entry       119 ext/fileinfo/libmagic/apprentice.c private int parse(struct magic_set *, struct magic_entry *, const char *,
magic_entry       143 ext/fileinfo/libmagic/apprentice.c private int parse_mime(struct magic_set *, struct magic_entry *, const char *);
magic_entry       144 ext/fileinfo/libmagic/apprentice.c private int parse_strength(struct magic_set *, struct magic_entry *, const char *);
magic_entry       145 ext/fileinfo/libmagic/apprentice.c private int parse_apple(struct magic_set *, struct magic_entry *, const char *);
magic_entry       155 ext/fileinfo/libmagic/apprentice.c 	int (*fun)(struct magic_set *, struct magic_entry *, const char *);
magic_entry       796 ext/fileinfo/libmagic/apprentice.c 	const struct magic_entry *ma = CAST(const struct magic_entry *, a);
magic_entry       797 ext/fileinfo/libmagic/apprentice.c 	const struct magic_entry *mb = CAST(const struct magic_entry *, b);
magic_entry       925 ext/fileinfo/libmagic/apprentice.c addentry(struct magic_set *ms, struct magic_entry *me,
magic_entry       930 ext/fileinfo/libmagic/apprentice.c 		struct magic_entry *mp;
magic_entry       933 ext/fileinfo/libmagic/apprentice.c 		if ((mp = CAST(struct magic_entry *,
magic_entry       959 ext/fileinfo/libmagic/apprentice.c 	struct magic_entry me;
magic_entry      1051 ext/fileinfo/libmagic/apprentice.c set_text_binary(struct magic_set *ms, struct magic_entry *me, uint32_t nme,
magic_entry      1084 ext/fileinfo/libmagic/apprentice.c set_last_default(struct magic_set *ms, struct magic_entry *me, uint32_t nme)
magic_entry      1105 ext/fileinfo/libmagic/apprentice.c coalesce_entries(struct magic_set *ms, struct magic_entry *me, uint32_t nme,
magic_entry      1131 ext/fileinfo/libmagic/apprentice.c magic_entry_free(struct magic_entry *me, uint32_t nme)
magic_entry      1495 ext/fileinfo/libmagic/apprentice.c parse(struct magic_set *ms, struct magic_entry *me, const char *line,
magic_entry      1964 ext/fileinfo/libmagic/apprentice.c parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line)
magic_entry      2023 ext/fileinfo/libmagic/apprentice.c parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line)
magic_entry      2058 ext/fileinfo/libmagic/apprentice.c parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line)