Home
last modified time | relevance | path

Searched refs:magic_entry (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c89 struct magic_entry { struct
104 private int parse(struct magic_set *, struct magic_entry **, uint32_t *, argument
126 private int parse_mime(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; in apprentice_sort()
527 const struct magic_entry *mb = b; in apprentice_sort()
656 struct magic_entry **marray, uint32_t *marraycount)
754 struct magic_entry *marray;
1145 struct magic_entry *me;
1189 struct magic_entry *mp;
[all …]
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch51 private int parse_strength(struct magic_set *, struct magic_entry *, const char *);
52 private int parse_apple(struct magic_set *, struct magic_entry *, const char *);
253 - const struct magic_entry *ma = CAST(const struct magic_entry *, a);
254 - const struct magic_entry *mb = CAST(const struct magic_entry *, b);
255 + const struct magic_entry *ma = a;
256 + const struct magic_entry *mb = b;
262 struct magic_entry **marray, uint32_t *marraycount)
319 struct magic_entry *marray;
336 - if ((marray = CAST(struct magic_entry *, calloc(maxmagic,
457 struct magic_entry *mp;
[all …]

Completed in 18 milliseconds