Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c783 size_t sa = apprentice_magic_strength(ma->mp); in apprentice_sort()
1095 struct magic **ma, uint32_t *nma) in coalesce_entries() argument
1103 slen = sizeof(**ma) * mentrycount; in coalesce_entries()
1104 if ((*ma = CAST(struct magic *, emalloc(slen))) == NULL) { in coalesce_entries()
1111 (void)memcpy(*ma + mentrycount, me[i].mp, in coalesce_entries()
1112 me[i].cont_count * sizeof(**ma)); in coalesce_entries()
3011 struct magic *ma = ml->magic; local
3014 if (ma[i].type != FILE_NAME)
3016 if (strcmp(ma[i].value.s, name) == 0) {
3017 v->magic = &ma[i];
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation5.phpt102 string(5) "-ma.5"
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_variation.phpt31 5 => "ma[pt]ch*",
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput705 ./testdata/grepinput:zero|a
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch351 slen = sizeof(**ma) * mentrycount;
352 - if ((*ma = CAST(struct magic *, malloc(slen))) == NULL) {
353 + if ((*ma = CAST(struct magic *, emalloc(slen))) == NULL) {
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic12399 # .ma

Completed in 85 milliseconds