Searched refs:magic_entry (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 89 struct magic_entry { struct 104 private int parse(struct magic_set *, struct magic_entry **, uint32_t *, 126 private int parse_mime(struct magic_set *, struct magic_entry *, const char *); 127 private int parse_strength(struct magic_set *, struct magic_entry *, const char *); 128 private int parse_apple(struct magic_set *, struct magic_entry *, const char *); 137 int (*fun)(struct magic_set *, struct magic_entry *, const char *); 526 const struct magic_entry *ma = a; 527 const struct magic_entry *mb = b; 656 struct magic_entry **marray, uint32_t *marraycount) 754 struct magic_entry *marra [all...] |
Completed in 3 milliseconds