Home
last modified time | relevance | path

Searched refs:ml (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c391 struct mlist *ml; in add_mlist() local
394 if ((ml = CAST(struct mlist *, emalloc(sizeof(*ml)))) == NULL) in add_mlist()
403 ml->next = mlp; in add_mlist()
404 mlp->prev = ml; in add_mlist()
415 struct mlist *ml; in apprentice_1() local
563 ml = mlist->next; in mlist_free()
564 for (ml = mlist->next; (next = ml->next) != NULL; ml = next) { in mlist_free()
565 if (ml->map) in mlist_free()
567 efree(ml); in mlist_free()
899 for (ml = mlist->next; ml != mlist; ml = ml->next) { in apprentice_list()
[all …]
H A Dsoftmagic.c98 struct mlist *ml; in file_softmagic() local
111 for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next) in file_softmagic()
112 if ((rv = match(ms, ml->magic, ml->nmagic, buf, nbytes, 0, mode, in file_softmagic()
1337 struct mlist ml; in mget() local
1574 if (file_magicfind(ms, rbuf, &ml) == -1) { in mget()
1582 rv = match(ms, ml.magic, ml.nmagic, s, nbytes, offset + o, in mget()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch115 struct mlist *ml;
118 - if ((ml = CAST(struct mlist *, malloc(sizeof(*ml)))) == NULL)
119 + if ((ml = CAST(struct mlist *, emalloc(sizeof(*ml)))) == NULL)
122 ml->map = idx == 0 ? map : NULL;
128 struct mlist *ml;
266 for (ml = mlist->next; (next = ml->next) != NULL; ml = next) {
267 if (ml->map)
269 - free(ml);
270 + efree(ml);
271 if (ml == mlist)
[all …]
/PHP-7.2/ext/exif/
H A Dexif.c1864 int i, len, ml = 0; in exif_get_sectionlist() local
1868 ml += strlen(exif_get_sectionname(i))+2; in exif_get_sectionlist()
1870 sections = safe_emalloc(ml, 1, 1); in exif_get_sectionlist()
1875 snprintf(sections+len, ml-len, "%s, ", exif_get_sectionname(i)); in exif_get_sectionlist()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic16758 # .ml files These are menu resources I think
16761 4 string \ A~ MAthematica .ml file
H A Dmagic私はガラスを食べられます16758 # .ml files These are menu resources I think
16761 4 string \ A~ MAthematica .ml file

Completed in 151 milliseconds