Home
last modified time | relevance | path

Searched refs:magic_entry (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c92 struct magic_entry { struct
99 struct magic_entry *me; argument
161 private int parse_strength(struct magic_set *, struct magic_entry *,
176 int (*fun)(struct magic_set *, struct magic_entry *, const char *,
1080 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort()
1081 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
1227 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1232 struct magic_entry *mp; in addentry()
1235 if ((mp = CAST(struct magic_entry *, in addentry()
1263 struct magic_entry me; in load_1()
[all …]
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch281 if ((mp = CAST(struct magic_entry *,
297 struct magic_entry me;
496 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line,

Completed in 16 milliseconds