Searched refs:magic_entry (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 105 struct magic_entry { struct 112 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 *, 970 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort() 971 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort() 1103 addentry(struct magic_set *ms, struct magic_entry *me, in addentry() 1108 struct magic_entry *mp; in addentry() 1111 if ((mp = CAST(struct magic_entry *, in addentry() 1137 struct magic_entry me; in load_1() [all …]
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 338 if ((mp = CAST(struct magic_entry *, 354 struct magic_entry me; 553 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, 562 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line,
|
Completed in 24 milliseconds