Searched refs:maxmagic (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/fileinfo/libmagic/
H A Dapprentice.c142 private size_t maxmagic[MAGIC_SETS] = { 0 }; variable
912 if (mentrycount[i] == maxmagic[i]) {
915 maxmagic[i] += ALLOC_INCR;
917 erealloc(mentry[i], sizeof(*mp) * maxmagic[i]))) ==
919 file_oomem(ms, sizeof(*mp) * maxmagic[i]);
1156 /* XXX the maxmagic has to be reset each time we load some new magic file.
1161 maxmagic[k] = 0;

Completed in 6 milliseconds