Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c91 struct magic_entry { struct
781 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort()
782 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
910 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
911 struct magic_entry **mentry, uint32_t *mentrycount) in addentry()
915 struct magic_entry *mp; in addentry()
918 if ((mp = CAST(struct magic_entry *, in addentry()
938 struct magic_entry **mentry, uint32_t *mentrycount) in load_1()
944 struct magic_entry me; in load_1()
1120 magic_entry_free(struct magic_entry *me, uint32_t nme) in magic_entry_free()
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch285 if ((mp = CAST(struct magic_entry *,
293 struct magic_entry **mentry, uint32_t *mentrycount)
301 struct magic_entry me;
372 struct magic_entry *mentry[MAGIC_SETS] = { NULL };

Completed in 18 milliseconds