Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c403 struct mlist *ml; in add_mlist() local
406 if ((ml = CAST(struct mlist *, emalloc(sizeof(*ml)))) == NULL) in add_mlist()
415 ml->next = mlp; in add_mlist()
416 mlp->prev = ml; in add_mlist()
428 struct mlist *ml; in apprentice_1() local
590 if (ml->map) in mlist_free_one()
592 efree(ml); in mlist_free_one()
603 for (ml = mlist->next; ml != mlist;) { in mlist_free()
606 ml = next; in mlist_free()
990 for (ml = mlist->next; ml != mlist; ml = ml->next) { in apprentice_list()
[all …]
H A Dsoftmagic.c124 struct mlist *ml; in file_softmagic() local
137 for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next) in file_softmagic()
138 if ((rv = match(ms, ml->magic, ml->nmagic, b, 0, mode, in file_softmagic()
1562 struct mlist ml; in mget() local
1865 if (file_magicfind(ms, rbuf, &ml) == -1) { in mget()
1881 rv = match(ms, ml.magic, ml.nmagic, b, offset + o, in mget()
/PHP-8.1/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt244 'Boží mlýny melou pomalu, ale jistě.',
254 'Co se v mládí naučíš, ke stáru jako když najdeš.',
/PHP-8.1/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;
226 if (ml->map)
227 apprentice_unmap(CAST(struct magic_map *, ml->map));
228 - free(ml);
229 + efree(ml);
244 - struct mlist *ml;
269 - file_oomem(ms, sizeof(*ml));
/PHP-8.1/ext/exif/
H A Dexif.c1895 int i, len, ml = 0; in exif_get_sectionlist() local
1899 ml += strlen(exif_get_sectionname(i))+2; in exif_get_sectionlist()
1901 sections = safe_emalloc(ml, 1, 1); in exif_get_sectionlist()
1906 snprintf(sections+len, ml-len, "%s, ", exif_get_sectionname(i)); in exif_get_sectionlist()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic22416 # .ml files These are menu resources I think
22419 4 string \ A~ MAthematica .ml file
H A Dmagic私はガラスを食べられます22416 # .ml files These are menu resources I think
22419 4 string \ A~ MAthematica .ml file

Completed in 239 milliseconds