Searched refs:magic_entry (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 102 struct magic_entry { struct 109 struct magic_entry *me; argument 131 private int parse(struct magic_set *, struct magic_entry *, const char *, 171 int (*fun)(struct magic_set *, struct magic_entry *, const char *); 879 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort() 880 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort() 1010 addentry(struct magic_set *ms, struct magic_entry *me, in addentry() 1015 struct magic_entry *mp; in addentry() 1018 if ((mp = CAST(struct magic_entry *, in addentry() 1044 struct magic_entry me; in load_1() [all …]
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 379 if ((mp = CAST(struct magic_entry *, 395 struct magic_entry me; 593 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line,
|
Completed in 23 milliseconds