Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h138 #define php_firebird_error_with_info(d,e,el,m,ml) php_firebird_set_error(d, NULL, e, el, m, ml) argument
139 #define php_firebird_error_stmt_with_info(s,e,el,m,ml) php_firebird_set_error(s->dbh, s, e, el, m, argument
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c446 struct mlist *ml; in add_mlist() local
449 if ((ml = CAST(struct mlist *, emalloc(sizeof(*ml)))) == NULL) in add_mlist()
458 ml->next = mlp; in add_mlist()
459 mlp->prev = ml; in add_mlist()
640 if (ml->map) in mlist_free_one()
642 efree(ml); in mlist_free_one()
653 for (ml = mlist->next; ml != mlist;) { in mlist_free()
654 next = ml->next; in mlist_free()
656 ml = next; in mlist_free()
1099 for (ml = mlist->next; ml != mlist; ml = ml->next) { in apprentice_list()
[all …]
H A Dsoftmagic.c122 struct mlist *ml; in file_softmagic() local
135 for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next) { in file_softmagic()
136 int ret = match(ms, ml->magic, ml->nmagic, b, in file_softmagic()
1606 struct mlist ml, *mlp; in mget() local
1943 if (file_magicfind(ms, rbuf, &ml) == -1) { in mget()
1959 rv = match(ms, ml.magic, ml.nmagic, b, in mget()
/php-src/ext/fileinfo/
H A Dlibmagic.patch38 - if ((ml = CAST(struct mlist *, malloc(sizeof(*ml)))) == NULL)
47 - calloc(ml->nmagic, sizeof(*ml->magic_rxcomp)));
49 - free(ml);
169 if (ml->map)
181 - free(ml);
182 + efree(ml);
2951 for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next) {
2952 - int ret = match(ms, ml->magic, ml->magic_rxcomp, ml->nmagic, b,
2953 + int ret = match(ms, ml->magic, ml->nmagic, b,
3142 - rv = match(ms, ml.magic, ml.magic_rxcomp, ml.nmagic, b,
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt315 'Boží mlýny melou pomalu, ale jistě.',
325 'Co se v mládí naučíš, ke stáru jako když najdeš.',
/php-src/ext/exif/
H A Dexif.c1883 int i, len, ml = 0; in exif_get_sectionlist() local
1887 ml += strlen(exif_get_sectionname(i))+2; in exif_get_sectionlist()
1889 sections = safe_emalloc(ml, 1, 1); in exif_get_sectionlist()
1894 snprintf(sections+len, ml-len, "%s, ", exif_get_sectionname(i)); in exif_get_sectionlist()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます25955 # .ml files These are menu resources I think
25958 4 string \ A~ MAthematica .ml file
H A Dmagic25955 # .ml files These are menu resources I think
25958 4 string \ A~ MAthematica .ml file

Completed in 217 milliseconds