Searched refs:magic_entry (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 92 struct magic_entry { struct 99 struct magic_entry *me; argument 160 file_private int parse_strength(struct magic_set *, struct magic_entry *, 175 int (*fun)(struct magic_set *, struct magic_entry *, const char *, 1079 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort() 1080 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort() 1228 addentry(struct magic_set *ms, struct magic_entry *me, in addentry() 1233 struct magic_entry *mp; in addentry() 1236 if ((mp = CAST(struct magic_entry *, in addentry() 1264 struct magic_entry me; in load_1() [all …]
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 288 if ((mp = CAST(struct magic_entry *, 304 struct magic_entry me; 503 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line,
|
Completed in 14 milliseconds