Searched refs:magic_entry (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 104 struct magic_entry { struct 111 struct magic_entry *me; argument 160 private int parse_strength(struct magic_set *, struct magic_entry *, 175 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.2/ext/fileinfo/ |
H A D | libmagic.patch | 336 if ((mp = CAST(struct magic_entry *, 352 struct magic_entry me; 569 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line, 578 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line,
|
Completed in 17 milliseconds