Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c914 if (mentrycount[i] == maxmagic[i]) { in addentry()
928 mentry[i][mentrycount[i]++] = *me; in addentry()
1097 uint32_t i, mentrycount = 0; in coalesce_entries() local
1101 mentrycount += me[i].cont_count; in coalesce_entries()
1103 slen = sizeof(**ma) * mentrycount; in coalesce_entries()
1109 mentrycount = 0; in coalesce_entries()
1113 mentrycount += me[i].cont_count; in coalesce_entries()
1115 *nma = mentrycount; in coalesce_entries()
1135 uint32_t mentrycount[MAGIC_SETS] = { 0 }; in apprentice_load() local
1208 mentrycount); in apprentice_load()
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch293 struct magic_entry **mentry, uint32_t *mentrycount)
341 (void)addentry(ms, &me, mentry, mentrycount);
349 mentrycount += me[i].cont_count;
351 slen = sizeof(**ma) * mentrycount;
373 uint32_t mentrycount[MAGIC_SETS] = { 0 };
461 mentrycount);
468 load_1(ms, action, fn, &errs, mentry, mentrycount);

Completed in 19 milliseconds